Samarth991 commited on
Commit
2fb0281
1 Parent(s): 9ae8e28

increasing chat bot height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css=css) as demo:
149
  API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
150
 
151
  with gr.Group():
152
- chatbot = gr.Chatbot(height=170)
153
  examples_set = gr.Radio(label="Examples of some You tube Videos",choices=EXAMPLES)
154
 
155
  with gr.Row():
 
149
  API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
150
 
151
  with gr.Group():
152
+ chatbot = gr.Chatbot(height=270)
153
  examples_set = gr.Radio(label="Examples of some You tube Videos",choices=EXAMPLES)
154
 
155
  with gr.Row():