acecalisto3 commited on
Commit
69ad691
·
verified ·
1 Parent(s): d7d079d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -256,8 +256,8 @@ elif app_mode == "Workspace Chat App":
256
  st.markdown("[Check out your new Space here](hf.co/" + repository.name + ")")
257
 
258
  if __name__ == "__main__":
259
- st.sidebar.title("Navigation")
260
- app_mode = st.sidebar.selectbox("Choose the app mode", ["AI Agent Creator", "Tool Box", "Workspace Chat App"])
261
 
262
  if app_mode == "AI Agent Creator":
263
  # AI Agent Creator
 
256
  st.markdown("[Check out your new Space here](hf.co/" + repository.name + ")")
257
 
258
  if __name__ == "__main__":
259
+ st.sidebar.title("Navigation")
260
+ app_mode = st.sidebar.selectbox("Choose the app mode", ["AI Agent Creator", "Tool Box", "Workspace Chat App"])
261
 
262
  if app_mode == "AI Agent Creator":
263
  # AI Agent Creator