Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|