ALVHB95 commited on
Commit
8768efb
·
1 Parent(s): 3c20d34
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -119,7 +119,6 @@ chatbot_gradio_app = gr.Interface(
119
  fn=chat_interface,
120
  inputs=[
121
  gr.inputs.Textbox(lines=1, label="Question"),
122
- gr.inputs.Textbox(lines=5, label="Chat History"),
123
  ],
124
  outputs="text"
125
  )
 
119
  fn=chat_interface,
120
  inputs=[
121
  gr.inputs.Textbox(lines=1, label="Question"),
 
122
  ],
123
  outputs="text"
124
  )