Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
260 |
-
|
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
|