IAMTFRMZA commited on
Commit
3c25af5
·
verified ·
1 Parent(s): 2060f4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def display_chat_history():
99
  )
100
 
101
  # 🧭 Tabs: AI Chat | Car Identifier
102
- tab1, tab2 = st.tabs(["🤖 AI Chat", "🚗 What car is that?"])
103
 
104
  # 🤖 AI Chat Tab
105
  with tab1:
 
99
  )
100
 
101
  # 🧭 Tabs: AI Chat | Car Identifier
102
+ tab1, tab2 = st.tabs(["AI Chat", "What car is that?"])
103
 
104
  # 🤖 AI Chat Tab
105
  with tab1: