BillBojangeles2000 commited on
Commit
f9ce989
·
1 Parent(s): 588b61c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.text_box()
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/"