Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
•
32767d3
1
Parent(s):
c6909e8
remove comment
Browse files- streamlit_app.py +0 -1
streamlit_app.py
CHANGED
@@ -137,7 +137,6 @@ def get_image_predictions(img):
|
|
137 |
|
138 |
if uploaded_pdf is None:
|
139 |
st.markdown(pathlib.Path("article.md").read_text())
|
140 |
-
# print("uncomment this text")
|
141 |
else:
|
142 |
st.text("Opening PDF...")
|
143 |
filename_without_extension = uploaded_pdf.name[:-4]
|
|
|
137 |
|
138 |
if uploaded_pdf is None:
|
139 |
st.markdown(pathlib.Path("article.md").read_text())
|
|
|
140 |
else:
|
141 |
st.text("Opening PDF...")
|
142 |
filename_without_extension = uploaded_pdf.name[:-4]
|