Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,9 +72,8 @@ with gr.Blocks(title="🐦 Smart Bird Tracker") as demo:
|
|
| 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 |
-
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...")
|
|
|
|
| 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 |
with gr.Row():
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
text_in = gr.Textbox(label="Describe the bird", placeholder="Type your description here...")
|