Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ def file_upload(folder_path='.'):
|
|
262 |
def main():
|
263 |
st.set_page_config(page_title=PAGE_TITLE, layout="wide")
|
264 |
st.title(PAGE_TITLE)
|
265 |
-
st.
|
266 |
image_path = file_selector_ui()
|
267 |
# image_path = file_upload()
|
268 |
image_path = os.path.abspath(image_path)
|
|
|
262 |
def main():
|
263 |
st.set_page_config(page_title=PAGE_TITLE, layout="wide")
|
264 |
st.title(PAGE_TITLE)
|
265 |
+
st.markdown(SUBHEADER)
|
266 |
image_path = file_selector_ui()
|
267 |
# image_path = file_upload()
|
268 |
image_path = os.path.abspath(image_path)
|