Spaces:
Sleeping
Sleeping
removed headers pt 2
Browse files
app.py
CHANGED
|
@@ -382,7 +382,7 @@ def runapp() -> None:
|
|
| 382 |
dateheader = 'Date'
|
| 383 |
theader = 'Time'
|
| 384 |
|
| 385 |
-
st.subheader("Choose your settings:")
|
| 386 |
with st.form("user input", ):
|
| 387 |
if no_errors:
|
| 388 |
with st.container():
|
|
|
|
| 382 |
dateheader = 'Date'
|
| 383 |
theader = 'Time'
|
| 384 |
|
| 385 |
+
#st.subheader("Choose your settings:")
|
| 386 |
with st.form("user input", ):
|
| 387 |
if no_errors:
|
| 388 |
with st.container():
|