acecalisto3 commited on
Commit
af7f748
·
verified ·
1 Parent(s): e404935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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