Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,11 +26,10 @@ warnings.filterwarnings("ignore")
|
|
26 |
|
27 |
st.title("ReactionT5 task forward")
|
28 |
st.markdown("""
|
29 |
-
#####
|
30 |
-
#####
|
31 |
-
#####
|
32 |
-
#####
|
33 |
-
##### The output contains SMILES of predicted products and the sum of log-likelihood for each prediction, ordered by their log-likelihood (0th is the most probable product).
|
34 |
""")
|
35 |
|
36 |
st.download_button(
|
|
|
26 |
|
27 |
st.title("ReactionT5 task forward")
|
28 |
st.markdown("""
|
29 |
+
##### Predict reaction products from your inputs.
|
30 |
+
##### Upload a CSV that contains a `REACTANT` column. Optionally include `REAGENT`, `SOLVENT`, and/or `CATALYST`.
|
31 |
+
##### If a field lists multiple compounds, separate them with a dot (`.`). For details, download **demo_reaction_data.csv** and check its contents.
|
32 |
+
##### The output shows product SMILES and the sum of log-likelihoods for each prediction, sorted by log-likelihood (index 0 is the most probable).
|
|
|
33 |
""")
|
34 |
|
35 |
st.download_button(
|