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