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