dantedgp commited on
Commit
7685af1
·
1 Parent(s): 8d33c1f

Fixed mistake

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def generate_questions(txt):
16
  return question
17
 
18
  st.set_page_config(page_title='AI Quiz Generator')
19
- st.title('AI Quiz Generator')
20
  st.subtitle('It generates questions from your notes. How cool is that?')
21
  text_input = st.text_area(
22
  'Enter your text',
 
16
  return question
17
 
18
  st.set_page_config(page_title='AI Quiz Generator')
19
+ st.subheader('AI Quiz Generator')
20
  st.subtitle('It generates questions from your notes. How cool is that?')
21
  text_input = st.text_area(
22
  'Enter your text',