Johan713 commited on
Commit
ac12da9
·
verified ·
1 Parent(s): a06fe78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -94,12 +94,6 @@ def main():
94
  </style>
95
  """, unsafe_allow_html=True)
96
 
97
- selection = st.sidebar.radio(
98
- "Navigate",
99
- list(PAGES.keys()),
100
- format_func=lambda x: f"{PAGES[x]['icon']} {x}"
101
- )
102
-
103
  st.sidebar.markdown("---")
104
  st.sidebar.info(
105
  "This app is part of the S.H.E.R.L.O.C.K. project. "
 
94
  </style>
95
  """, unsafe_allow_html=True)
96
 
 
 
 
 
 
 
97
  st.sidebar.markdown("---")
98
  st.sidebar.info(
99
  "This app is part of the S.H.E.R.L.O.C.K. project. "