JishnuSetia commited on
Commit
3cfcbf6
·
verified ·
1 Parent(s): e7e452e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ if "messages" not in st.session_state:
26
  st.session_state.messages = []
27
 
28
  # Title
29
- st.title("🧠 Intellicounsel v2 — AI Chat Advisor")
30
 
31
  # User input
32
  user_input = st.chat_input("Ask something like SOP tips or university suggestions...")
 
26
  st.session_state.messages = []
27
 
28
  # Title
29
+ st.title("🧠 Intellicounsel — AI College Advisor")
30
 
31
  # User input
32
  user_input = st.chat_input("Ask something like SOP tips or university suggestions...")