ahmadmac commited on
Commit
4cb33a5
·
verified ·
1 Parent(s): a9e9652

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ def chatbot(question):
35
  # Create the Gradio interface
36
  demo = gr.Interface(
37
  fn=chatbot,
38
- inputs=gr.inputs.Textbox(lines=2, label="Question"),
39
- outputs=gr.outputs.Textbox(label="Answer")
40
  )
41
 
42
  # Launch the interface
 
35
  # Create the Gradio interface
36
  demo = gr.Interface(
37
  fn=chatbot,
38
+ inputs=gr.Textbox(lines=2, label="Question"),
39
+ outputs=gr.Textbox(label="Answer")
40
  )
41
 
42
  # Launch the interface