sujitb commited on
Commit
793c5d4
1 Parent(s): 7c3dc0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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 👋")
177
 
178
  QUESTION = st.chat_input('Ask a question -e.g How to prepare for Verbal section for CAT?')
179
 
 
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