Spaces:
Sleeping
Sleeping
Fixed mistake
Browse files
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.
|
| 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',
|