stmnk commited on
Commit
f37c6cf
1 Parent(s): f94df4c

improve title/description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,11 +6,11 @@ import requests as req
6
  # st.set_page_config(layout='wide')
7
 
8
 
9
- st.title('(Question Answering example (extractive, closed domain)')
10
 
11
 
12
  ##########################################################
13
- st.subheader('1. A simple question')
14
  ##########################################################
15
 
16
 
 
6
  # st.set_page_config(layout='wide')
7
 
8
 
9
+ st.title('Question Answering example')
10
 
11
 
12
  ##########################################################
13
+ st.subheader('1. A simple question (extractive, closed domain)')
14
  ##########################################################
15
 
16