Spaces:
Sleeping
Sleeping
Update prediction.py
Browse files- prediction.py +0 -1
prediction.py
CHANGED
@@ -370,7 +370,6 @@ def show():
|
|
370 |
st.markdown("<br>", unsafe_allow_html=True)
|
371 |
if st.button("Clear", key="clear_button"):
|
372 |
st.session_state.smiles_input = ""
|
373 |
-
st.experimental_rerun()
|
374 |
|
375 |
|
376 |
# Input validation
|
|
|
370 |
st.markdown("<br>", unsafe_allow_html=True)
|
371 |
if st.button("Clear", key="clear_button"):
|
372 |
st.session_state.smiles_input = ""
|
|
|
373 |
|
374 |
|
375 |
# Input validation
|