ronnief1 commited on
Commit
7e51efa
·
1 Parent(s): ea65740

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.subheader(SUBHEADER)
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)