xeroISB commited on
Commit
1270dad
·
1 Parent(s): 8ff4407
Files changed (1) hide show
  1. app.py +1 -1
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")