Update src/streamlit_app.py
Browse files- 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
|