affine commited on
Commit
7c91679
·
1 Parent(s): ce2c23a

Update pages/2_Energy Demand Forecasting.py

Browse files
pages/2_Energy Demand Forecasting.py CHANGED
@@ -434,3 +434,10 @@ elif option=='Prophet':
434
  "file.csv",
435
  "text/csv",
436
  key='download-csv')
 
 
 
 
 
 
 
 
434
  "file.csv",
435
  "text/csv",
436
  key='download-csv')
437
+ hide_streamlit_style = """
438
+ <style>
439
+ #MainMenu {visibility: hidden;}
440
+ footer {visibility: hidden;}
441
+ </style>
442
+ """
443
+ st.markdown(hide_streamlit_style, unsafe_allow_html=True)