Kvikontent commited on
Commit
d620412
·
1 Parent(s): 103a097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def chat(input_text):
13
 
14
  interface = gr.Interface(
15
  fn=chat,
16
- inputs=gr.inputs.Textbox(lines=2, label="User Question"),
17
- outputs=gr.outputs.Textbox(label="Chatbot Response"),
18
  title="Falcon-7b",
19
  theme="dark"
20
  )
 
13
 
14
  interface = gr.Interface(
15
  fn=chat,
16
+ inputs=gr.Textbox(label="User Question"),
17
+ outputs=gr.Textbox(label="Chatbot Response"),
18
  title="Falcon-7b",
19
  theme="dark"
20
  )