Spaces:
Sleeping
Sleeping
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 products of reactions from their inputs.
|
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 forward')
|
16 |
st.markdown('''
|
17 |
##### At this space, you can predict the products of reactions from their inputs.
|
18 |
##### The code expects input_data as a string or CSV file that contains an "input" column.
|