Spaces:
Runtime error
Runtime error
Update app.py
Browse filesRemove sidebar.
app.py
CHANGED
|
@@ -8,7 +8,7 @@ st.set_page_config(
|
|
| 8 |
## Page layout
|
| 9 |
@st.cache_data
|
| 10 |
def main_layout():
|
| 11 |
-
st.sidebar.success("Select weekly task above.")
|
| 12 |
st.markdown(
|
| 13 |
"""
|
| 14 |
This is our weekly tutorial pages.
|
|
|
|
| 8 |
## Page layout
|
| 9 |
@st.cache_data
|
| 10 |
def main_layout():
|
| 11 |
+
#st.sidebar.success("Select weekly task above.")
|
| 12 |
st.markdown(
|
| 13 |
"""
|
| 14 |
This is our weekly tutorial pages.
|