awacke1 commited on
Commit
314f63b
β€’
1 Parent(s): 7b7f730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -9,6 +9,7 @@ import re
9
  import glob
10
  from camera_input_live import camera_input_live
11
 
 
12
  # Set wide layout
13
  st.set_page_config(layout="wide")
14
 
@@ -51,14 +52,14 @@ def main():
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()
 
9
  import glob
10
  from camera_input_live import camera_input_live
11
 
12
+
13
  # Set wide layout
14
  st.set_page_config(layout="wide")
15
 
 
52
  # Camera Section
53
  with col1:
54
  #st.markdown("πŸ“Ή Real-Time Camera Stream πŸš€")
55
+ #st.markdown("## πŸ‘οΈβ€πŸ—¨οΈ Eye on the World: Real-Time Camera Stream 🌐")
56
  #st.markdown("πŸ”΄ Live Feed: Real-Time Camera Stream πŸŽ₯")
57
  #st.markdown("🌟 Instant Vision: Real-Time Camera Stream πŸ“Έ")
58
  #st.markdown("πŸ•΅οΈβ€β™‚οΈ Spy Mode: Real-Time Camera Stream πŸ•ΆοΈ")
59
  #st.markdown("πŸš€ Explore Now: Real-Time Camera Stream 🌍")
60
  #st.markdown("πŸ’‘ Illuminate: Real-Time Camera Stream πŸ”¦")
61
  #st.markdown("πŸŒ‰ Views Unfold: Real-Time Camera Stream 🏞️")
62
+ st.markdown("✨ Magic Lens: Real-Time Camera Stream 🌈")
63
 
64
  snapshot_interval = st.slider("Snapshot Interval (seconds)", 1, 10, 5)
65
  image_placeholder = st.empty()