Spaces:
Running
Running
Update app.py
Browse files
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
|
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...")
|