Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
c6909e8
1
Parent(s):
22150fc
add explanation
Browse files- streamlit_app.py +2 -2
streamlit_app.py
CHANGED
@@ -136,8 +136,8 @@ def get_image_predictions(img):
|
|
136 |
|
137 |
|
138 |
if uploaded_pdf is None:
|
139 |
-
|
140 |
-
print("uncomment this text")
|
141 |
else:
|
142 |
st.text("Opening PDF...")
|
143 |
filename_without_extension = uploaded_pdf.name[:-4]
|
|
|
136 |
|
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]
|