Ashoka74 commited on
Commit
fe14cc9
·
verified ·
1 Parent(s): 18faf2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ def set_png_as_page_bg(png_file):
28
  st.markdown(page_bg_img, unsafe_allow_html=True)
29
 
30
 
31
- if st.toggle('Set background image', True):
32
- set_png_as_page_bg('saucer.webp') # Replace with your background image path
33
 
34
  # Global pipeline option — read by parsing.py to optionally post-process
35
  # parsed UAP data through the SCU v2 normalizer.
 
28
  st.markdown(page_bg_img, unsafe_allow_html=True)
29
 
30
 
31
+ # if st.toggle('Set background image', True):
32
+ # set_png_as_page_bg('saucer.webp') # Replace with your background image path
33
 
34
  # Global pipeline option — read by parsing.py to optionally post-process
35
  # parsed UAP data through the SCU v2 normalizer.