Spaces:
Sleeping
Sleeping
Fix error
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ description = "Enter a search query, question or topic to receive the top 5 most
|
|
42 |
|
43 |
input_text = gr.Textbox(placeholder="Your query, question, topic, ...", label="Query")
|
44 |
|
45 |
-
videos_row = gr.Row()
|
46 |
output_text = gr.Markdown(label="Top-5 relevant clips")
|
47 |
|
48 |
iface = gr.Interface(
|
|
|
42 |
|
43 |
input_text = gr.Textbox(placeholder="Your query, question, topic, ...", label="Query")
|
44 |
|
45 |
+
videos_row = gr.Component(gr.Row(), name="Videos")
|
46 |
output_text = gr.Markdown(label="Top-5 relevant clips")
|
47 |
|
48 |
iface = gr.Interface(
|