Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -587,12 +587,12 @@ def page4():
|
|
587 |
st.markdown(contact_form, unsafe_allow_html=True)
|
588 |
|
589 |
# Use Local CSS File
|
590 |
-
def local_css(file_name):
|
591 |
-
with open(file_name) as f:
|
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}")
|
|
|
587 |
st.markdown(contact_form, unsafe_allow_html=True)
|
588 |
|
589 |
# Use Local CSS File
|
590 |
+
#def local_css(file_name):
|
591 |
+
#with open(file_name) as f:
|
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}")
|