Yoel125 commited on
Commit
9e62b35
·
verified ·
1 Parent(s): 88816a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -71,10 +71,10 @@ with gr.Blocks(title="🐦 Smart Bird Tracker") as demo:
71
  gr.Markdown("# 🐦 Smart Bird Tracker")
72
  gr.Markdown("Describe the bird you are looking for in **English**, **Spanish**, or **Hebrew**, and the AI will find the closest matches!")
73
 
74
- # The Video Player
75
- #gr.Video(value="video.mp4", label="Project Presentation Video")
76
- # Use the direct internet link to bypass Hugging Face's local file block!
77
-
78
  with gr.Row():
79
  with gr.Column(scale=1):
80
  text_in = gr.Textbox(label="Describe the bird", placeholder="Type your description here...")
 
71
  gr.Markdown("# 🐦 Smart Bird Tracker")
72
  gr.Markdown("Describe the bird you are looking for in **English**, **Spanish**, or **Hebrew**, and the AI will find the closest matches!")
73
 
74
+
75
+ # The Video Player
76
+ with gr.Accordion("📺 Click here to watch the Presentation Video", open=False):
77
+ gr.Video(value="video .mp4", label="Part 6: Assignment Presentation")
78
  with gr.Row():
79
  with gr.Column(scale=1):
80
  text_in = gr.Textbox(label="Describe the bird", placeholder="Type your description here...")