BillBojangeles2000 commited on
Commit
3c5ee9d
·
1 Parent(s): f9ce989

Update app.py

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