sagawa commited on
Commit
fe44309
1 Parent(s): 1c6f4fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import streamlit as st
12
  warnings.filterwarnings("ignore")
13
 
14
 
15
- st.title('ReactionT5_task_forward')
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.