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

Update app.py

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