sagawa commited on
Commit
aa903dc
·
1 Parent(s): 554cc90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import rdkit
15
  import streamlit as st
16
 
17
  class CFG():
18
- input_data = st.text_area('enter chemical reaction (e.g. REACTANT:NCCO.O=C1COCC(=O)O1CATALYST: REAGENT: SOLVENT:c1ccncc1)')
19
  model_name_or_path = 'sagawa/ZINC-t5-productpredicition'
20
  model = 't5'
21
  num_beams = 5
 
15
  import streamlit as st
16
 
17
  class CFG():
18
+ input_data = st.text_area('enter chemical reaction (e.g. REACTANT:CNc1nc(SC)ncc1CO.O.O=[Cr](=O)([O-])O[Cr](=O)(=O)[O-].[Na+]CATALYST: REAGENT: SOLVENT:CC(=O)O)')
19
  model_name_or_path = 'sagawa/ZINC-t5-productpredicition'
20
  model = 't5'
21
  num_beams = 5