Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -91,9 +91,9 @@ def main():
|
|
91 |
|
92 |
# Chord Sheet Section
|
93 |
with col2:
|
94 |
-
st.markdown("## 🎬 Action! Real-Time Camera Stream
|
95 |
|
96 |
-
all_files = [f for f in glob.glob("*.
|
97 |
selected_file = st.selectbox("Choose a Dataset:", all_files)
|
98 |
|
99 |
if selected_file:
|
|
|
91 |
|
92 |
# Chord Sheet Section
|
93 |
with col2:
|
94 |
+
st.markdown("## 🎬 Action! Real-Time Camera Stream Highlights 📽️")
|
95 |
|
96 |
+
all_files = [f for f in glob.glob("*.png") if ' by ' in f]
|
97 |
selected_file = st.selectbox("Choose a Dataset:", all_files)
|
98 |
|
99 |
if selected_file:
|