Spaces:
Runtime error
Runtime error
Commit
·
3c5ee9d
1
Parent(s):
f9ce989
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,7 @@ def grammar_sense(sentence):
|
|
17 |
|
18 |
# Web scraping and text cleaning
|
19 |
Quiz_Gen = st.form("Quiz Generation")
|
20 |
-
Quiz_Gen.
|
21 |
-
res = Quiz_Gen.text_input()
|
22 |
Quiz_Gen.form_submit_button("Submit")
|
23 |
entity = res
|
24 |
prefix = "https://wiki.kidzsearch.com/wiki/"
|
|
|
17 |
|
18 |
# Web scraping and text cleaning
|
19 |
Quiz_Gen = st.form("Quiz Generation")
|
20 |
+
res = Quiz_Gen.text_input("What topic do you want to get quizzed on?")
|
|
|
21 |
Quiz_Gen.form_submit_button("Submit")
|
22 |
entity = res
|
23 |
prefix = "https://wiki.kidzsearch.com/wiki/"
|