sagawa commited on
Commit
10a1b69
1 Parent(s): a0b81b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ os.environ["TOKENIZERS_PARALLELISM"] = "false"
20
 
21
  import streamlit as st
22
 
23
- st.title('predictyield-t5')
24
  st.markdown('##### At this space, you can predict the yields of reactions from their inputs.')
25
  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}REAGENT:{reagents, catalysts, or solvents of the reaction}PRODUCT:{products of the reaction}".')
26
  st.markdown('##### If there are no reagents or catalysts, fill the blank with a space. And if there are multiple reactants, concatenate them with "."')
 
20
 
21
  import streamlit as st
22
 
23
+ st.title('ReactionT5 task yield')
24
  st.markdown('##### At this space, you can predict the yields of reactions from their inputs.')
25
  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}REAGENT:{reagents, catalysts, or solvents of the reaction}PRODUCT:{products of the reaction}".')
26
  st.markdown('##### If there are no reagents or catalysts, fill the blank with a space. And if there are multiple reactants, concatenate them with "."')