Spaces:
Sleeping
Sleeping
hubsnippetai
commited on
Commit
•
b6c96b9
1
Parent(s):
1b6d6b8
Rename appui.py to app.py
Browse files- appui.py → app.py +1 -1
appui.py → app.py
RENAMED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from io import StringIO
|
3 |
from pypdf import PdfReader
|
4 |
#from PyPDF2 import PdfReader
|
5 |
-
from
|
6 |
|
7 |
files= st.file_uploader(label="upload a file", accept_multiple_files=True, type="pdf")
|
8 |
st.write("if you prefer to interact with a particular URL such as a docs e.g https://docs.python.org,\n")
|
|
|
2 |
from io import StringIO
|
3 |
from pypdf import PdfReader
|
4 |
#from PyPDF2 import PdfReader
|
5 |
+
from mainapp import parse_document, parse_url
|
6 |
|
7 |
files= st.file_uploader(label="upload a file", accept_multiple_files=True, type="pdf")
|
8 |
st.write("if you prefer to interact with a particular URL such as a docs e.g https://docs.python.org,\n")
|