Spaces:
Sleeping
Sleeping
Chandranshu Jain
commited on
Commit
•
a570870
1
Parent(s):
45377d4
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def main():
|
|
74 |
with st.spinner("Processing..."):
|
75 |
response = get_pdf(pdf_docs,query)
|
76 |
st.success("Done")
|
77 |
-
|
78 |
|
79 |
|
80 |
if __name__ == "__main__":
|
|
|
74 |
with st.spinner("Processing..."):
|
75 |
response = get_pdf(pdf_docs,query)
|
76 |
st.success("Done")
|
77 |
+
st.write("Reply: ", response["output_text"])
|
78 |
|
79 |
|
80 |
if __name__ == "__main__":
|