Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,8 +35,8 @@ st.markdown("""
|
|
35 |
""", unsafe_allow_html=True)
|
36 |
|
37 |
st.title("Parkinson's Disease Prediction")
|
38 |
-
|
39 |
-
uploaded_file = st.file_uploader("
|
40 |
if uploaded_file is not None:
|
41 |
col1, col2 = st.columns(2)
|
42 |
|
|
|
35 |
""", unsafe_allow_html=True)
|
36 |
|
37 |
st.title("Parkinson's Disease Prediction")
|
38 |
+
st.caption('Made by Jayant')
|
39 |
+
uploaded_file = st.file_uploader("Upload your :blue[Spiral] drawing here", type=["png", "jpg", "jpeg"])
|
40 |
if uploaded_file is not None:
|
41 |
col1, col2 = st.columns(2)
|
42 |
|