VenkateshRoshan commited on
Commit
415b084
·
1 Parent(s): 80463d9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
59
  # )
60
 
61
  demo = gr.Interface(
62
- chatBox = gr.Chatbot(height=100,width=300,placeholder="Type your message here...",label="Chatbot"),
63
  button = gr.Button(label="Enter",type="button")
64
  )
65
 
 
59
  # )
60
 
61
  demo = gr.Interface(
62
+ chatBox = gr.Chatbot(height=100,placeholder="Type your message here...",label="Chatbot"),
63
  button = gr.Button(label="Enter",type="button")
64
  )
65