Spaces:
Sleeping
Sleeping
Commit
·
0d1bd5b
1
Parent(s):
e0dae7c
adding video examples as Radio and linking to fn
Browse files
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=
|
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():
|