betajuned commited on
Commit
a16670e
1 Parent(s): b161dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,7 +32,7 @@ gr.Interface(
32
  title=title,
33
  description=description,
34
  examples=examples,
35
- inputs=[gr.inputs.Textbox(lines=2, placeholder="Enter your message here..."), "state"],
36
- outputs=["text", "state"],
37
  theme="finlaymacklon/boxy_violet",
38
  ).launch()
 
32
  title=title,
33
  description=description,
34
  examples=examples,
35
+ inputs=[gr.components.Textbox(lines=2, placeholder="Enter your message here..."), "state"],
36
+ outputs=[gr.components.Textbox(), "state"],
37
  theme="finlaymacklon/boxy_violet",
38
  ).launch()