dhhd255 commited on
Commit
0c9e4f4
·
1 Parent(s): 3be0091

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Choose an image...", type=["png", "jpg", "jpeg"])
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