harshinde commited on
Commit
4e26f10
·
verified ·
1 Parent(s): 0bdec38

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -168,9 +168,9 @@ def process_and_visualize(model_key, model_info, image_tensor, original_image, u
168
  st.error(traceback.format_exc())
169
 
170
  # Streamlit app
171
- st.set_page_config(page_title="Landslide Detection", layout="wide")
172
 
173
- st.title("Landslide Detection")
174
  st.markdown("""
175
  ## Instructions
176
  1. Select a model from the sidebar or choose to run all models.
 
168
  st.error(traceback.format_exc())
169
 
170
  # Streamlit app
171
+ st.set_page_config(page_title="DeepSlide: Landslide Detection", layout="wide")
172
 
173
+ st.title("DeepSlide: Landslide Detection")
174
  st.markdown("""
175
  ## Instructions
176
  1. Select a model from the sidebar or choose to run all models.