VenkateshRoshan commited on
Commit
d708bbc
·
1 Parent(s): 415b084
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
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
 
66
  if __name__ == "__main__":
 
60
 
61
  demo = gr.Interface(
62
  chatBox = gr.Chatbot(height=100,placeholder="Type your message here...",label="Chatbot"),
63
+ button = gr.Button(scale=1)
64
  )
65
 
66
  if __name__ == "__main__":