Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def respond_to_input(user_input):
|
|
31 |
|
32 |
interface = gr.Interface(
|
33 |
fn=respond_to_input,
|
34 |
-
inputs=gr.
|
35 |
outputs="text", # Text output
|
36 |
title="SahaAI", # Title of the web interface
|
37 |
description="Online psychology assistant, to help your mental health.", # Description of the web interface
|
|
|
31 |
|
32 |
interface = gr.Interface(
|
33 |
fn=respond_to_input,
|
34 |
+
inputs=gr.Textbox(lines=5, placeholder="Type your message here..."), # Multiline text input
|
35 |
outputs="text", # Text output
|
36 |
title="SahaAI", # Title of the web interface
|
37 |
description="Online psychology assistant, to help your mental health.", # Description of the web interface
|