Hetan07 commited on
Commit
dc68196
1 Parent(s): 2ce08a4

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("F:\Graduation Project\Project\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