Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -36,4 +36,3 @@ if input_pdf is not None:
|
|
| 36 |
options=list(range(len(tables)))
|
| 37 |
)
|
| 38 |
st.dataframe(tables[option].df)
|
| 39 |
-
)
|
|
|
|
| 36 |
options=list(range(len(tables)))
|
| 37 |
)
|
| 38 |
st.dataframe(tables[option].df)
|
|
|