Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
|
20 |
|
21 |
import streamlit as st
|
22 |
|
23 |
-
st.title('
|
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 "."')
|