Samarth991 commited on
Commit
381400d
·
1 Parent(s): 9e41a60

adding video examples as Radio and linking to fn

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