IAMTFRMZA commited on
Commit
0e14028
·
verified ·
1 Parent(s): 021e796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, tab2 = st.tabs(["💬 Chat Assistant", "🖼️ Visual Reference Search"])
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: