MooseML commited on
Commit
d96a023
·
1 Parent(s): 3b7dfcc

Added missing smiles_list definition

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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