keivalya commited on
Commit
4ba3189
·
1 Parent(s): af164eb

Update app.py

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