pranavnair2 commited on
Commit
cd18d24
1 Parent(s): 6caa844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def main():
77
 
78
  st.session_state.conversation = get_conversation_chain(vector_store)
79
 
80
- user_question = st.text_input("Ask your questions here:") + " ,answer this question with respect to the Indian Penal Code, i.e. the context provided to you"
81
  if user_question:
82
  handle_userinput(user_question)
83
 
 
77
 
78
  st.session_state.conversation = get_conversation_chain(vector_store)
79
 
80
+ user_question = st.text_input("Ask your questions here:")
81
  if user_question:
82
  handle_userinput(user_question)
83