stmnk commited on
Commit
f94df4c
1 Parent(s): 53ba3f5

improve title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import requests as req
6
  # st.set_page_config(layout='wide')
7
 
8
 
9
- st.title('Question answering help desk application')
10
 
11
 
12
  ##########################################################
 
6
  # st.set_page_config(layout='wide')
7
 
8
 
9
+ st.title('(Question Answering example (extractive, closed domain)')
10
 
11
 
12
  ##########################################################