Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -592,7 +592,7 @@ def page4():
|
|
592 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
593 |
|
594 |
|
595 |
-
local_css("style
|
596 |
|
597 |
except Exception as e:
|
598 |
st.error(f"Upsi, an unexpected error occurred: {e}")
|
|
|
592 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
593 |
|
594 |
|
595 |
+
local_css("style.css")
|
596 |
|
597 |
except Exception as e:
|
598 |
st.error(f"Upsi, an unexpected error occurred: {e}")
|