lucas-w commited on
Commit
fe03291
β€’
1 Parent(s): 7d2b56b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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
  """