awacke1 commited on
Commit
ca29da8
β€’
1 Parent(s): c4e4c6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -4
app.py CHANGED
@@ -46,12 +46,19 @@ def process_sheet(sheet):
46
  # Main Function
47
  def main():
48
  # Layout Configuration
49
- col1, col2, col3 = st.columns([2, 3, 5])
50
 
51
  # Camera Section
52
  with col1:
53
- st.title("Real-Time Camera Stream")
54
- st.header("QR code reader ready.")
 
 
 
 
 
 
 
55
 
56
  snapshot_interval = st.slider("Snapshot Interval (seconds)", 1, 10, 5)
57
  image_placeholder = st.empty()
@@ -84,7 +91,7 @@ def main():
84
 
85
  # Chord Sheet Section
86
  with col2:
87
- st.title("Insight Datasets")
88
 
89
  all_files = [f for f in glob.glob("*.txt") if ' by ' in f]
90
  selected_file = st.selectbox("Choose a Dataset:", all_files)
 
46
  # Main Function
47
  def main():
48
  # Layout Configuration
49
+ col1, col2 = st.columns([2, 3])
50
 
51
  # Camera Section
52
  with col1:
53
+ #st.markdown("πŸ“Ή Real-Time Camera Stream πŸš€")
54
+ st.markdown("## πŸ‘οΈβ€πŸ—¨οΈ Eye on the World: Real-Time Camera Stream 🌐")
55
+ #st.markdown("πŸ”΄ Live Feed: Real-Time Camera Stream πŸŽ₯")
56
+ #st.markdown("🌟 Instant Vision: Real-Time Camera Stream πŸ“Έ")
57
+ #st.markdown("πŸ•΅οΈβ€β™‚οΈ Spy Mode: Real-Time Camera Stream πŸ•ΆοΈ")
58
+ #st.markdown("πŸš€ Explore Now: Real-Time Camera Stream 🌍")
59
+ #st.markdown("πŸ’‘ Illuminate: Real-Time Camera Stream πŸ”¦")
60
+ #st.markdown("πŸŒ‰ Views Unfold: Real-Time Camera Stream 🏞️")
61
+ #st.markdown("✨ Magic Lens: Real-Time Camera Stream 🌈")
62
 
63
  snapshot_interval = st.slider("Snapshot Interval (seconds)", 1, 10, 5)
64
  image_placeholder = st.empty()
 
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)