awacke1 commited on
Commit
d0dce42
1 Parent(s): ca29da8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Scripts in Text 📽️")
95
 
96
- all_files = [f for f in glob.glob("*.txt") if ' by ' in f]
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: