azamat commited on
Commit
cdbbf8d
·
1 Parent(s): 0733663
Files changed (1) hide show
  1. app.py +1 -1
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(