Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lucas-w
/
mental-health-10
like
1
Runtime error
App
Files
Files
Community
lucas-w
commited on
Aug 5, 2023
Commit
fe03291
β’
1 Parent(s):
7d2b56b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -92,5 +92,5 @@ def mental_chat(message, history):
92
demo = gr.ChatInterface(mental_chat)
93
94
demo.launch()
95
-
96
"""
92
demo = gr.ChatInterface(mental_chat)
93
94
demo.launch()
95
+
96
"""