Lee-Shang commited on
Commit
e4984cd
โ€ข
1 Parent(s): 9e20103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -76,8 +76,8 @@ class SpinnerTexts:
76
 
77
 
78
  st.set_page_config(
79
- page_title="Small Object Detection with SAHI + YOLOX",
80
- page_icon="๐Ÿš€",
81
  layout="centered",
82
  initial_sidebar_state="auto",
83
  )
@@ -106,7 +106,7 @@ st.markdown(
106
 
107
  st.write("##")
108
 
109
- with st.expander("Usage"):
110
  st.markdown(
111
  """
112
  <p>
@@ -190,7 +190,7 @@ with col3:
190
 
191
  col1, col2, col3 = st.columns([4, 3, 4])
192
  with col2:
193
- submit = st.button("๐Ÿš€ Perform Prediction")
194
 
195
  if submit:
196
  # perform prediction
 
76
 
77
 
78
  st.set_page_config(
79
+ page_title="A Demonstration of SARAI's Utility",
80
+ page_icon="๐Ÿฆ",
81
  layout="centered",
82
  initial_sidebar_state="auto",
83
  )
 
106
 
107
  st.write("##")
108
 
109
+ with st.expander("Instructions for Use"):
110
  st.markdown(
111
  """
112
  <p>
 
190
 
191
  col1, col2, col3 = st.columns([4, 3, 4])
192
  with col2:
193
+ submit = st.button("๐Ÿฆ Perform Prediction")
194
 
195
  if submit:
196
  # perform prediction