Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ st.download_button(
|
|
33 |
)
|
34 |
|
35 |
option = st.selectbox(
|
36 |
-
"
|
37 |
-
("Donor", "Acceptor"), placeholder="
|
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 |
|