Multichem commited on
Commit
1045fd3
·
1 Parent(s): ead9687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def convert_df_to_csv(df):
109
 
110
  overall_dem = init_baselines()
111
 
112
- col1, col2 = st.columns()
113
  with col1:
114
  if st.button("Reset Data", key='reset1'):
115
  st.cache_data.clear()
 
109
 
110
  overall_dem = init_baselines()
111
 
112
+ col1, col2 = st.columns[1, 9]
113
  with col1:
114
  if st.button("Reset Data", key='reset1'):
115
  st.cache_data.clear()