CineAI commited on
Commit
7356655
·
verified ·
1 Parent(s): 3486dc9

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -5,7 +5,7 @@ import io
5
 
6
  # --- Page Configuration ---
7
  st.set_page_config(
8
- page_title="YOLO Object Detection",
9
  page_icon="🤖",
10
  layout="wide",
11
  initial_sidebar_state="expanded",
@@ -88,7 +88,7 @@ st.sidebar.markdown(
88
  )
89
 
90
  # --- Main Page ---
91
- st.title("🖼️ Custom Object Detection with YOLO")
92
 
93
  if uploaded_file is not None:
94
  # Read the uploaded image file
 
5
 
6
  # --- Page Configuration ---
7
  st.set_page_config(
8
+ page_title="YOLO Object Detection For Satellite Image",
9
  page_icon="🤖",
10
  layout="wide",
11
  initial_sidebar_state="expanded",
 
88
  )
89
 
90
  # --- Main Page ---
91
+ st.title("🖼️ Custom Object Detection with YOLO for Satellite image")
92
 
93
  if uploaded_file is not None:
94
  # Read the uploaded image file