Spaces:
Runtime error
Runtime error
Tenth
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata")
|
|
112 |
gr.Markdown("## AI Emotion Detective - Jiraya Sensei")
|
113 |
chat_input = gr.TextArea(label="Enter your chat in 2-3 lines...", lines=3,elem_id="input-textbox",
|
114 |
info="Please ensure that any Personal Identifiable Information (PII) is removed before submitting the chat.", placeholder ="Person A: You always know how to make me smile, even on the worst days.")
|
115 |
-
detector_type = gr.Dropdown(choices=["Love Detector", "Sarcasm Detector", "Hidden Anger Detector"], label="Select Detector Type")
|
116 |
|
117 |
with gr.Column(scale=2, min_width=300):
|
118 |
gr.Markdown("## Jiraya Sensei's Response")
|
|
|
112 |
gr.Markdown("## AI Emotion Detective - Jiraya Sensei")
|
113 |
chat_input = gr.TextArea(label="Enter your chat in 2-3 lines...", lines=3,elem_id="input-textbox",
|
114 |
info="Please ensure that any Personal Identifiable Information (PII) is removed before submitting the chat.", placeholder ="Person A: You always know how to make me smile, even on the worst days.")
|
115 |
+
detector_type = gr.Dropdown(choices=["Love Detector", "Sarcasm Detector", "Hidden Anger Detector","Anti National Comment Detector","Stress Detector"], label="Select Detector Type")
|
116 |
|
117 |
with gr.Column(scale=2, min_width=300):
|
118 |
gr.Markdown("## Jiraya Sensei's Response")
|