razanalsulami commited on
Commit
93b7ce0
1 Parent(s): 847203c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ def analyze_mood(user_input):
25
  inputs = gr.Textbox(label="How are you feeling today?", placeholder="Type your thoughts here...")
26
  outputs = gr.Textbox(label="Mood and Suggestion")
27
 
28
- gr.Interface(fn=analyze_mood, inputs=inputs, outputs=outputs, title="Mood Analyzer").launch()
 
25
  inputs = gr.Textbox(label="How are you feeling today?", placeholder="Type your thoughts here...")
26
  outputs = gr.Textbox(label="Mood and Suggestion")
27
 
28
+ gr.Interface(fn=analyze_mood, inputs=inputs, outputs=outputs, title="Mood Analyzer with Suggestions").launch()