fschwartzer commited on
Commit
ba6c983
1 Parent(s): b0f6e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  from datetime import datetime, timedelta
5
  import matplotlib.pyplot as plt
6
 
7
- #st.set_page_config(layout="wide")
8
 
9
  df = pd.read_csv('last_results_8.csv')
10
 
@@ -48,8 +48,6 @@ st.markdown(
48
  unsafe_allow_html=True
49
  )
50
 
51
- # Set wide mode
52
- st.set_page_config(layout="wide")
53
 
54
  with st.sidebar:
55
  st.image(image1, use_column_width=True)
 
4
  from datetime import datetime, timedelta
5
  import matplotlib.pyplot as plt
6
 
7
+ st.set_page_config(layout="wide")
8
 
9
  df = pd.read_csv('last_results_8.csv')
10
 
 
48
  unsafe_allow_html=True
49
  )
50
 
 
 
51
 
52
  with st.sidebar:
53
  st.image(image1, use_column_width=True)