sujitb commited on
Commit
4999c72
1 Parent(s): 793c5d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,7 +138,7 @@ logfile='querylog.csv'
138
  qlist=[
139
  'What are the best books for VARC in CAT?',
140
  'What is the XAT exam pattern? How many sections ? How many questions?',
141
- 'I want to know about Personalized coaching for IGSE/IB ',
142
  'Which IIMs accept admissions under the IPM exam?',
143
  'What topics are covered under CAT exam syllabus?',
144
  'For CAT preparation which is better - online classes or classroom program?',
@@ -173,7 +173,7 @@ for message in st.session_state.messages:
173
  st.markdown(message["content"])
174
 
175
  with st.chat_message("user"):
176
- st.write("Hello 👋 Ask any question in the text box below")
177
 
178
  QUESTION = st.chat_input('Ask a question -e.g How to prepare for Verbal section for CAT?')
179
 
 
138
  qlist=[
139
  'What are the best books for VARC in CAT?',
140
  'What is the XAT exam pattern? How many sections ? How many questions?',
141
+ 'I want to know about Personalized coaching for IGSE/IB',
142
  'Which IIMs accept admissions under the IPM exam?',
143
  'What topics are covered under CAT exam syllabus?',
144
  'For CAT preparation which is better - online classes or classroom program?',
 
173
  st.markdown(message["content"])
174
 
175
  with st.chat_message("user"):
176
+ st.write("Hello 👋 Ask any question related to careerlauncher.com in the text box below")
177
 
178
  QUESTION = st.chat_input('Ask a question -e.g How to prepare for Verbal section for CAT?')
179