danielle2003 commited on
Commit
1f9ddae
·
verified ·
1 Parent(s): ef799b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ with open(logo_path, "rb") as image_file:
37
 
38
  if "framework" not in st.session_state:
39
  st.session_state.framework = "Tensorflow"
40
- if "menu" not in st.session_state:
41
- st.session_state.menu = "1"
42
  if st.session_state.menu =="1":
43
  st.session_state.show_summary = True
44
  st.session_state.show_arch = False
 
37
 
38
  if "framework" not in st.session_state:
39
  st.session_state.framework = "Tensorflow"
40
+ if "menu" not in st.session_state:
41
+ st.session_state.menu = "3"
42
  if st.session_state.menu =="1":
43
  st.session_state.show_summary = True
44
  st.session_state.show_arch = False