Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,5 +56,3 @@ if uploaded_file:
|
|
| 56 |
st.write("Here is your quiz:")
|
| 57 |
for i, q in enumerate(quiz, 1):
|
| 58 |
st.markdown(f"**Question {i}:** {q}")
|
| 59 |
-
|
| 60 |
-
---
|
|
|
|
| 56 |
st.write("Here is your quiz:")
|
| 57 |
for i, q in enumerate(quiz, 1):
|
| 58 |
st.markdown(f"**Question {i}:** {q}")
|
|
|
|
|
|