BillBojangeles2000 commited on
Commit
67d0d5e
·
1 Parent(s): 529ddfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import streamlit as st
2
  Quiz = st.form("Quiz Generation")
3
  res = st.write("What topic do you want to get tested on?")
4
- submit = animal.form_submit_button("Submit")
5
  if submit:
6
- animal.subheader(res)
7
  else:
8
- animal.subheader(' ')
 
1
  import streamlit as st
2
  Quiz = st.form("Quiz Generation")
3
  res = st.write("What topic do you want to get tested on?")
4
+ submit = Quiz.form_submit_button("Submit")
5
  if submit:
6
+ Quiz.subheader(res)
7
  else:
8
+ Quiz.subheader(' ')