MrJShen commited on
Commit
2d5b75b
·
1 Parent(s): 31ff6c1

Update app.py

Browse files

Remove sidebar.

Files changed (1) hide show
  1. app.py +1 -1
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.