Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ if option =="🎈Acceptor":
|
|
55 |
molecule = st.text_input("👨🔬**Input the SMILES of Acceptor Molecule**", label_visibility="hidden" )
|
56 |
acceptor= st_ketcher(molecule )
|
57 |
st.subheader("💗**PCE prediction**")
|
58 |
-
|
59 |
|
60 |
st.subheader(":black[**🧡Input the SMILES of Donor Molecule**]")
|
61 |
donor= st.text_input(":black[**🧡Input the SMILES of Donor Molecule**]", label_visibility="hidden")
|
@@ -64,7 +64,7 @@ if option =="🎈Donor":
|
|
64 |
do= st.text_input("👨🔬**Input the SMILES of Donor Molecule**" , label_visibility="hidden")
|
65 |
donor = st_ketcher(do)
|
66 |
st.subheader("💗**PCE prediction**")
|
67 |
-
|
68 |
|
69 |
st.subheader(":black[**🧡Input the SMILES of Acceptor Molecule**]")
|
70 |
acceptor = st.text_input(":black[**🧡Input the SMILES of Acceptor Molecule**]", label_visibility="hidden")
|
|
|
55 |
molecule = st.text_input("👨🔬**Input the SMILES of Acceptor Molecule**", label_visibility="hidden" )
|
56 |
acceptor= st_ketcher(molecule )
|
57 |
st.subheader("💗**PCE prediction**")
|
58 |
+
st.subheader(f"🏆**New SMILES of edited acceptor molecules**: {acceptor}")
|
59 |
|
60 |
st.subheader(":black[**🧡Input the SMILES of Donor Molecule**]")
|
61 |
donor= st.text_input(":black[**🧡Input the SMILES of Donor Molecule**]", label_visibility="hidden")
|
|
|
64 |
do= st.text_input("👨🔬**Input the SMILES of Donor Molecule**" , label_visibility="hidden")
|
65 |
donor = st_ketcher(do)
|
66 |
st.subheader("💗**PCE prediction**")
|
67 |
+
st.subheader(f"🏆**New SMILES of edited donor molecules**: {donor}")
|
68 |
|
69 |
st.subheader(":black[**🧡Input the SMILES of Acceptor Molecule**]")
|
70 |
acceptor = st.text_input(":black[**🧡Input the SMILES of Acceptor Molecule**]", label_visibility="hidden")
|