jinysun commited on
Commit
70e26e8
·
1 Parent(s): 800a011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +33,8 @@ st.download_button(
33
  )
34
 
35
  option = st.selectbox(
36
- "How would you like to be contacted?",
37
- ("Donor", "Acceptor"), placeholder="Select the type of active layer..."
38
  )
39
  if option == 'Acceptor':
40
 
 
33
  )
34
 
35
  option = st.selectbox(
36
+ "👇Select the type of active layer...",
37
+ ("Donor", "Acceptor"), placeholder="Click to choose the type of active layer...",index = None
38
  )
39
  if option == 'Acceptor':
40