ck46 commited on
Commit
04ceae1
1 Parent(s): dd439d1

fixed typo bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ a_model = st.sidebar.selectbox(
18
  )
19
 
20
  st.header('Question-Answer Generation')
21
- st.write(f'Model in use: {model}')
22
 
23
  txt = st.text_area('Text for context')
24
 
 
18
  )
19
 
20
  st.header('Question-Answer Generation')
21
+ st.write(f'Model: {q_model}')
22
 
23
  txt = st.text_area('Text for context')
24