Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,12 +106,13 @@ 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)
|
|
|
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 |
|
118 |
# πΉ Retrieve Data (Cached for Performance)
|