sanjeevbora commited on
Commit
047b487
·
verified ·
1 Parent(s): 8426fd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ if 'messages' not in st.session_state:
87
  def test_rag(qa, query):
88
  return qa.run(query)
89
 
90
- user_prompt = st.chat_input("Ask me anything about the content of the PDF(s):")
91
  print("user input:", user_prompt)
92
  # if st.button("Submit"):
93
  # print("user input after submit button: ", user_prompt)
 
87
  def test_rag(qa, query):
88
  return qa.run(query)
89
 
90
+ user_prompt = st.text_input("Ask me anything about the content of the PDF(s):")
91
  print("user input:", user_prompt)
92
  # if st.button("Submit"):
93
  # print("user input after submit button: ", user_prompt)