Spaces:
Sleeping
Sleeping
Commit
·
5267e00
1
Parent(s):
18975e2
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
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(' ')
|