ThireshS commited on
Commit
cf0a35b
·
verified ·
1 Parent(s): 017de5c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -20,7 +20,7 @@ st.set_page_config(layout="wide")
20
 
21
  # Apply CSS styling
22
  # This will apply the styles defined in style.css to the Streamlit app
23
- style_css("style.css")
24
 
25
  st.title("📓 NBforge Demo")
26
 
 
20
 
21
  # Apply CSS styling
22
  # This will apply the styles defined in style.css to the Streamlit app
23
+ style_css("/home/user/app/src/style.css")
24
 
25
  st.title("📓 NBforge Demo")
26