Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -207,7 +207,6 @@ st.sidebar.title("Navigation")
|
|
| 207 |
app_mode = st.sidebar.selectbox("Choose the app mode", ["AI Agent Creator", "Tool Box", "Workspace Chat App"])
|
| 208 |
|
| 209 |
if app_mode == "AI Agent Creator":
|
| 210 |
-
```python
|
| 211 |
# AI Agent Creator
|
| 212 |
st.header("Create an AI Agent from Text")
|
| 213 |
|
|
|
|
| 207 |
app_mode = st.sidebar.selectbox("Choose the app mode", ["AI Agent Creator", "Tool Box", "Workspace Chat App"])
|
| 208 |
|
| 209 |
if app_mode == "AI Agent Creator":
|
|
|
|
| 210 |
# AI Agent Creator
|
| 211 |
st.header("Create an AI Agent from Text")
|
| 212 |
|