Update app.py
Browse files
app.py
CHANGED
@@ -33,17 +33,17 @@ with tabs[0]:
|
|
33 |
st.markdown("Stat to chat. e.g. Generate an image of a boat. This will make the agent use the tool text2image to generate an image.")
|
34 |
|
35 |
# Tab 2: URL and Tools
|
36 |
-
with tabs[1]:
|
37 |
#
|
38 |
-
|
39 |
|
40 |
# Tab 3: User Description
|
41 |
-
with tabs[2]:
|
42 |
#
|
43 |
-
app_user_desc()
|
44 |
|
45 |
# Tab 4: Developers
|
46 |
-
with tabs[3]:
|
47 |
-
app_dev_desc()
|
48 |
|
49 |
app_chat()
|
|
|
33 |
st.markdown("Stat to chat. e.g. Generate an image of a boat. This will make the agent use the tool text2image to generate an image.")
|
34 |
|
35 |
# Tab 2: URL and Tools
|
36 |
+
#with tabs[1]:
|
37 |
#
|
38 |
+
app_agent_config()
|
39 |
|
40 |
# Tab 3: User Description
|
41 |
+
#with tabs[2]:
|
42 |
#
|
43 |
+
# app_user_desc()
|
44 |
|
45 |
# Tab 4: Developers
|
46 |
+
#with tabs[3]:
|
47 |
+
# app_dev_desc()
|
48 |
|
49 |
app_chat()
|