Hetan07 commited on
Commit
c7d6594
1 Parent(s): dc68196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ st.set_page_config(
23
  layout="wide")
24
 
25
  # for custom CSS styling
26
- with open(".\src\style.css") as f:
27
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
28
 
29
  # application header
 
23
  layout="wide")
24
 
25
  # for custom CSS styling
26
+ with open("./src/style.css") as f:
27
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
28
 
29
  # application header