Yoel125 commited on
Commit
b721a24
·
verified ·
1 Parent(s): e6ef3f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- # 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...")
 
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...")