Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Waseem771
/
chat_With_document
like
0
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Waseem771
commited on
Feb 24
Commit
0171304
·
verified
·
1 Parent(s):
aafaccb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -61,4 +61,5 @@ if uploaded_file is not None:
61
62
# Display the PDF text
63
st.write("Extracted Text from PDF:")
64
-
st.write(pdf_text)
61
62
# Display the PDF text
63
st.write("Extracted Text from PDF:")
64
+
st.write(pdf_text)
65
+
#