laverdes commited on
Commit
995e906
1 Parent(s): e6e4c0a

fix: wide layout is set in main page

Browse files
Files changed (1) hide show
  1. pages/1_📈_Plotting.py +0 -1
pages/1_📈_Plotting.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
  import pandas as pd
3
 
4
- st. set_page_config(layout="wide")
5
  st.header("Plotting Time Series Data")
6
  st.markdown("Users can load their time-series data in **.csv** format and select a particular feature and plot-type.\
7
  Go ahead and use the sidebar on the left to upload your data files and to start visualizing it!")
 
1
  import streamlit as st
2
  import pandas as pd
3
 
 
4
  st.header("Plotting Time Series Data")
5
  st.markdown("Users can load their time-series data in **.csv** format and select a particular feature and plot-type.\
6
  Go ahead and use the sidebar on the left to upload your data files and to start visualizing it!")