sagawa commited on
Commit
c9f4960
1 Parent(s): 3ebff88

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 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.