Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,8 +76,8 @@ class SpinnerTexts:
|
|
76 |
|
77 |
|
78 |
st.set_page_config(
|
79 |
-
page_title="
|
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("
|
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("
|
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
|