mitch commited on
Commit
eff09df
·
unverified ·
1 Parent(s): db20a48

small update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -472,7 +472,7 @@ with gr.Blocks() as iface:
472
  """
473
  )
474
  with gr.Row():
475
- query_input = gr.Textbox(label="Your Question", placeholder="e.g., What is a convolutional neural network?")
476
  submit_button = gr.Button("Ask & Find Video")
477
  with gr.Row():
478
  reasoning_output = gr.Markdown(label="LLM Reasoning")
 
472
  """
473
  )
474
  with gr.Row():
475
+ query_input = gr.Textbox(label="Your Question", placeholder="Using only the videos, explain how ResNets work.")
476
  submit_button = gr.Button("Ask & Find Video")
477
  with gr.Row():
478
  reasoning_output = gr.Markdown(label="LLM Reasoning")