Spaces:
Runtime error
Runtime error
sanjeevbora
commited on
Update app.py
Browse files
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.
|
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)
|