Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
53 |
|
54 |
st.write(args.LANDINGPAGE_TITLE)
|
55 |
st.sidebar.title(args.SIDEBAR_TITLE)
|
56 |
-
method = st.sidebar.radio('Choose input source π', options=['Image'
|
57 |
|
58 |
|
59 |
# Load model
|
|
|
53 |
|
54 |
st.write(args.LANDINGPAGE_TITLE)
|
55 |
st.sidebar.title(args.SIDEBAR_TITLE)
|
56 |
+
method = st.sidebar.radio('Choose input source π', options=['Image'])
|
57 |
|
58 |
|
59 |
# Load model
|