vinayakarsh commited on
Commit
6c2f3bb
·
verified ·
1 Parent(s): 27a4df1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
46
 
47
  with gr.Row():
48
  with gr.Column(scale=5):
49
- chatbot = gr.Chatbot(type="messages", render_markdown=True, height=550)
50
  message = gr.Textbox(label="Enter your prompt")
51
  submit = gr.Button("Submit")
52
  clear = gr.ClearButton([message, chatbot])
 
46
 
47
  with gr.Row():
48
  with gr.Column(scale=5):
49
+ chatbot = gr.Chatbot(type="messages", render_markdown=True, height=500)
50
  message = gr.Textbox(label="Enter your prompt")
51
  submit = gr.Button("Submit")
52
  clear = gr.ClearButton([message, chatbot])