Spaces:
Sleeping
Sleeping
Swapped top content around
Browse files
app.py
CHANGED
@@ -152,6 +152,8 @@ st.markdown(
|
|
152 |
# Streamlit page title and subtitle
|
153 |
st.title(ANALYSIS_TITLE)
|
154 |
|
|
|
|
|
155 |
# Add a link to the README file
|
156 |
st.markdown(
|
157 |
"""
|
@@ -163,8 +165,6 @@ st.markdown(
|
|
163 |
unsafe_allow_html=True,
|
164 |
)
|
165 |
|
166 |
-
st.subheader("A Computer Vision Playground")
|
167 |
-
|
168 |
# Columns for input and output streams
|
169 |
col1, col2 = st.columns(2)
|
170 |
|
|
|
152 |
# Streamlit page title and subtitle
|
153 |
st.title(ANALYSIS_TITLE)
|
154 |
|
155 |
+
st.subheader("A Computer Vision Playground")
|
156 |
+
|
157 |
# Add a link to the README file
|
158 |
st.markdown(
|
159 |
"""
|
|
|
165 |
unsafe_allow_html=True,
|
166 |
)
|
167 |
|
|
|
|
|
168 |
# Columns for input and output streams
|
169 |
col1, col2 = st.columns(2)
|
170 |
|