Samarth991 commited on
Commit
0d1bd5b
·
1 Parent(s): e0dae7c

adding video examples as Radio and linking to fn

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -142,9 +142,8 @@ with gr.Blocks(css=css) as demo:
142
  with gr.Column(elem_id="col-container"):
143
  gr.HTML(title)
144
 
145
-
146
  with gr.Group():
147
- chatbot = gr.Chatbot(height=220)
148
  examples_set = gr.Radio(label="Examples of some You tube Videos",choices=EXAMPLES)
149
 
150
  with gr.Row():
 
142
  with gr.Column(elem_id="col-container"):
143
  gr.HTML(title)
144
 
 
145
  with gr.Group():
146
+ chatbot = gr.Chatbot(height=170)
147
  examples_set = gr.Radio(label="Examples of some You tube Videos",choices=EXAMPLES)
148
 
149
  with gr.Row():