Paula Leonova commited on
Commit
1bc16a3
1 Parent(s): 1103ce7

Add link to file issues

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ with st.form(key='my_form'):
59
 
60
  submit_button = st.form_submit_button(label='Submit')
61
 
 
62
 
63
  with st.spinner('Loading pretrained models...'):
64
  start = time.time()
59
 
60
  submit_button = st.form_submit_button(label='Submit')
61
 
62
+ st.write("_For improvments/suggestions, please file an issue here: https://github.com/pleonova/multi-label-summary-text_")
63
 
64
  with st.spinner('Loading pretrained models...'):
65
  start = time.time()