Spaces:
Sleeping
Sleeping
Added missing smiles_list definition
Browse files
app.py
CHANGED
@@ -71,6 +71,8 @@ with st.form("input_form"):
|
|
71 |
)
|
72 |
run_button = st.form_submit_button("Submit")
|
73 |
|
|
|
|
|
74 |
# Process only after the user presses the button
|
75 |
if run_button:
|
76 |
# CSV path
|
|
|
71 |
)
|
72 |
run_button = st.form_submit_button("Submit")
|
73 |
|
74 |
+
smiles_list = []
|
75 |
+
|
76 |
# Process only after the user presses the button
|
77 |
if run_button:
|
78 |
# CSV path
|