Shrees0507 commited on
Commit
d069c62
·
verified ·
1 Parent(s): 80067b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,5 +57,5 @@ inputs = [gr.Textbox(lines=5, label="Input")]
57
  output = gr.Textbox(label="Response")
58
 
59
  # Create Gradio interface
60
- gr.Interface(fn=gradio_chat, inputs=inputs, outputs=output, title="Chatbot").launch()
61
 
 
57
  output = gr.Textbox(label="Response")
58
 
59
  # Create Gradio interface
60
+ gr.Interface(chatbot, inputs=inputs, outputs=output, title="Chatbot",fill_height=True).launch()
61