Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 75 |
-
|
| 76 |
-
|
| 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...")
|