Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ for key in ["messages", "thread_id", "image_urls", "pending_prompt", "image_url"
|
|
54 |
st.session_state[key] = [] if key.endswith("s") else None if "url" in key else False
|
55 |
|
56 |
# ------------------ Tabs ------------------
|
57 |
-
tab1
|
58 |
|
59 |
# ------------------ Tab 1: Chat Assistant ------------------
|
60 |
with tab1:
|
|
|
54 |
st.session_state[key] = [] if key.endswith("s") else None if "url" in key else False
|
55 |
|
56 |
# ------------------ Tabs ------------------
|
57 |
+
tab1 = st.tabs(["💬 Chat Assistant"])
|
58 |
|
59 |
# ------------------ Tab 1: Chat Assistant ------------------
|
60 |
with tab1:
|