Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,6 @@ if "pending_prompt" not in st.session_state:
|
|
61 |
# ------------------ Tabs ------------------
|
62 |
tab1, tab2 = st.tabs(["💬 Chat Assistant", "🖼️ Visual Reference Search"])
|
63 |
|
64 |
-
----------------
|
65 |
with tab1:
|
66 |
# Sidebar
|
67 |
with st.sidebar:
|
|
|
61 |
# ------------------ Tabs ------------------
|
62 |
tab1, tab2 = st.tabs(["💬 Chat Assistant", "🖼️ Visual Reference Search"])
|
63 |
|
|
|
64 |
with tab1:
|
65 |
# Sidebar
|
66 |
with st.sidebar:
|