Spaces:
Runtime error
Runtime error
Commit
·
60d962b
1
Parent(s):
135b9ef
Allow streamlit to use Form
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ for i in questions:
|
|
120 |
else:
|
121 |
scores.append(f'N/A')
|
122 |
|
123 |
-
|
124 |
|
125 |
x = 0
|
126 |
new_scores = []
|
|
|
120 |
else:
|
121 |
scores.append(f'N/A')
|
122 |
|
123 |
+
Quiz.form_submit_button("Submit")
|
124 |
|
125 |
x = 0
|
126 |
new_scores = []
|