Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,3 +108,4 @@ if uploaded_file is not None:
|
|
108 |
st.write(pdf_text)
|
109 |
except Exception as e:
|
110 |
st.error(f"Error processing PDF file: {e}")
|
|
|
|
108 |
st.write(pdf_text)
|
109 |
except Exception as e:
|
110 |
st.error(f"Error processing PDF file: {e}")
|
111 |
+
##
|