Update app.py
Browse files
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 |
-
|
| 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.
|