Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,6 @@ st.markdown("""
|
|
39 |
""", unsafe_allow_html=True)
|
40 |
|
41 |
st.title("Parkinson's Disease Prediction")
|
42 |
-
st.caption('Made by Jayant')
|
43 |
|
44 |
uploaded_file = st.file_uploader("Upload your :blue[Spiral] drawing here", type=["png", "jpg", "jpeg"])
|
45 |
if uploaded_file is not None:
|
@@ -77,4 +76,4 @@ if uploaded_file is not None:
|
|
77 |
col2.caption(f'{confidence*100:.0f}% sure')
|
78 |
|
79 |
# Add a caption at the bottom of the page
|
80 |
-
st.
|
|
|
39 |
""", unsafe_allow_html=True)
|
40 |
|
41 |
st.title("Parkinson's Disease Prediction")
|
|
|
42 |
|
43 |
uploaded_file = st.file_uploader("Upload your :blue[Spiral] drawing here", type=["png", "jpg", "jpeg"])
|
44 |
if uploaded_file is not None:
|
|
|
76 |
col2.caption(f'{confidence*100:.0f}% sure')
|
77 |
|
78 |
# Add a caption at the bottom of the page
|
79 |
+
st.markdown('<p class="caption">Hello</p>', unsafe_allow_html=True)
|