Anne31415 commited on
Commit
83f5ff0
·
verified ·
1 Parent(s): 6932f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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}")