James McCool commited on
Commit
33a9e32
·
1 Parent(s): 1b8e749

removed sidebar from col1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with st.sidebar:
167
 
168
  with tab1:
169
  col1, col2 = st.columns([1, 5])
170
- with st.sidebar:
171
  st.info(t_stamp)
172
  if st.button("Load/Reset Data", key='reset1'):
173
  st.cache_data.clear()
 
167
 
168
  with tab1:
169
  col1, col2 = st.columns([1, 5])
170
+ with col1:
171
  st.info(t_stamp)
172
  if st.button("Load/Reset Data", key='reset1'):
173
  st.cache_data.clear()