NightPassenger commited on
Commit
91cd5ae
Β·
verified Β·
1 Parent(s): 1920be7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
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)