LeNaM commited on
Commit
bdc85a3
1 Parent(s): 0a869ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,6 +35,6 @@ iface = gr.Interface(
35
  title=title,
36
  description=description,
37
  examples=examples,
38
- inputs=gr.inputs.Textbox(label="Your message"),
39
- outputs=gr.outputs.Textbox(label="Answer Chatbot"),
40
  ).launch()
 
35
  title=title,
36
  description=description,
37
  examples=examples,
38
+ inputs=gr.Textbox(label="Your message"),
39
+ outputs=gr.Textbox(label="Answer Chatbot"),
40
  ).launch()