Spaces:
Sleeping
Sleeping
James McCool
commited on
Commit
·
33a9e32
1
Parent(s):
1b8e749
removed sidebar from col1
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ with st.sidebar:
|
|
| 167 |
|
| 168 |
with tab1:
|
| 169 |
col1, col2 = st.columns([1, 5])
|
| 170 |
-
with
|
| 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()
|