Update app.py
Browse files
app.py
CHANGED
@@ -77,24 +77,24 @@ demo = gr.Interface(
|
|
77 |
gr.Checkbox(label="Use context (previous messages)", value=True),
|
78 |
],
|
79 |
outputs=[
|
80 |
-
gr.Textbox(label="π¨οΈ
|
81 |
-
gr.Textbox(label="π Safety
|
82 |
-
gr.Textbox(label=" Sentiment
|
83 |
-
gr.Textbox(label="π¨οΈ
|
84 |
-
gr.Textbox(label="π Safety
|
85 |
-
gr.Textbox(label=" Sentiment
|
86 |
-
gr.Textbox(label="π¨οΈ
|
87 |
-
gr.Textbox(label="π Safety
|
88 |
-
gr.Textbox(label=" Sentiment
|
89 |
-
gr.Textbox(label="π¨οΈ
|
90 |
-
gr.Textbox(label="π Safety
|
91 |
-
gr.Textbox(label=" Sentiment
|
92 |
-
gr.Textbox(label="π¨οΈ
|
93 |
-
gr.Textbox(label="π Safety
|
94 |
-
gr.Textbox(label=" Sentiment
|
95 |
-
gr.Textbox(label="π¨οΈ
|
96 |
-
gr.Textbox(label="π Safety
|
97 |
-
gr.Textbox(label=" Sentiment
|
98 |
],
|
99 |
title="π§ Multi-Model Analyzer (English Only)",
|
100 |
description=(
|
|
|
77 |
gr.Checkbox(label="Use context (previous messages)", value=True),
|
78 |
],
|
79 |
outputs=[
|
80 |
+
gr.Textbox(label="π¨οΈ User A"),
|
81 |
+
gr.Textbox(label="π Safety User A"),
|
82 |
+
gr.Textbox(label=" Sentiment User A"),
|
83 |
+
gr.Textbox(label="π¨οΈ User B"),
|
84 |
+
gr.Textbox(label="π Safety User B"),
|
85 |
+
gr.Textbox(label=" Sentiment User B"),
|
86 |
+
gr.Textbox(label="π¨οΈ User A"),
|
87 |
+
gr.Textbox(label="π Safety User A"),
|
88 |
+
gr.Textbox(label=" Sentiment User A"),
|
89 |
+
gr.Textbox(label="π¨οΈ User B"),
|
90 |
+
gr.Textbox(label="π Safety User B"),
|
91 |
+
gr.Textbox(label=" Sentiment User B"),
|
92 |
+
gr.Textbox(label="π¨οΈ User A"),
|
93 |
+
gr.Textbox(label="π Safety User A"),
|
94 |
+
gr.Textbox(label=" Sentiment User A"),
|
95 |
+
gr.Textbox(label="π¨οΈ User B"),
|
96 |
+
gr.Textbox(label="π Safety User B"),
|
97 |
+
gr.Textbox(label=" Sentiment User B"),
|
98 |
],
|
99 |
title="π§ Multi-Model Analyzer (English Only)",
|
100 |
description=(
|