NightPassenger commited on
Commit
1920be7
Β·
verified Β·
1 Parent(s): 760e2a9

Update app.py

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