Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,12 +142,6 @@ def main():
|
|
| 142 |
|
| 143 |
|
| 144 |
with st.sidebar:
|
| 145 |
-
import pandas as pd
|
| 146 |
-
st.title('آپلود فایل اکسل')
|
| 147 |
-
uploaded_file_xls = st.file_uploader("یک فایل اکسل انتخاب کنید", type=['xlsx'])
|
| 148 |
-
if uploaded_file is not None:
|
| 149 |
-
df = pd.read_excel(uploaded_file_xls)
|
| 150 |
-
st.write(df)
|
| 151 |
st.subheader("Your documents")
|
| 152 |
pdf_docs = st.file_uploader("Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
|
| 153 |
|
|
|
|
| 142 |
|
| 143 |
|
| 144 |
with st.sidebar:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 145 |
st.subheader("Your documents")
|
| 146 |
pdf_docs = st.file_uploader("Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
|
| 147 |
|