Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}".')
|