sagawa commited on
Commit
3969a3d
1 Parent(s): bbb0c13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import sentencepiece
13
  from rdkit import Chem
14
  import rdkit
15
  import streamlit as st
16
-
17
  st.title('predictproduct-t5')
18
  st.markdown('##### At this space, you can predict the products of reactions from their inputs.')
19
  st.markdown('##### The code expects input_data as a string or CSV file that contains an "input" column. The format of the string or contents of the column are like "REACTANT:{reactants of the reaction}CATALYST:{catalysts of the reaction}REAGENT:{reagents of the reaction}SOLVENT:{solvent of the reaction}".')
 
13
  from rdkit import Chem
14
  import rdkit
15
  import streamlit as st
16
+
17
  st.title('predictproduct-t5')
18
  st.markdown('##### At this space, you can predict the products of reactions from their inputs.')
19
  st.markdown('##### The code expects input_data as a string or CSV file that contains an "input" column. The format of the string or contents of the column are like "REACTANT:{reactants of the reaction}CATALYST:{catalysts of the reaction}REAGENT:{reagents of the reaction}SOLVENT:{solvent of the reaction}".')