Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,6 +104,16 @@ with st.sidebar:
|
|
104 |
st.title("π University AI Assistant")
|
105 |
st.subheader("Your personal guide to university information. Ask me anything!")
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
# πΉ Retrieve Data (Cached for Performance)
|
108 |
@st.cache_resource
|
109 |
def get_retriever():
|
|
|
104 |
st.title("π University AI Assistant")
|
105 |
st.subheader("Your personal guide to university information. Ask me anything!")
|
106 |
|
107 |
+
# πΈ Frequently Asked Questions (Suggestions)
|
108 |
+
st.markdown("""
|
109 |
+
#### π¬ Example Questions You Can Ask:
|
110 |
+
- π What programs are offered at Vistula University?
|
111 |
+
- π How can I apply as an international student?
|
112 |
+
- π What scholarships are available?
|
113 |
+
- π Where is the campus located and how can I get there?
|
114 |
+
""")
|
115 |
+
|
116 |
+
|
117 |
# πΉ Retrieve Data (Cached for Performance)
|
118 |
@st.cache_resource
|
119 |
def get_retriever():
|