Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import streamlit as st
|
|
12 |
warnings.filterwarnings("ignore")
|
13 |
|
14 |
|
15 |
-
st.title('
|
16 |
st.markdown('''
|
17 |
##### At this space, you can predict the reactants of reactions from their products.
|
18 |
##### The code expects input_data as a string or CSV file that contains an "input" column.
|
|
|
12 |
warnings.filterwarnings("ignore")
|
13 |
|
14 |
|
15 |
+
st.title('ReactionT5_task_retrosynthesis')
|
16 |
st.markdown('''
|
17 |
##### At this space, you can predict the reactants of reactions from their products.
|
18 |
##### The code expects input_data as a string or CSV file that contains an "input" column.
|