Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ def main():
|
|
134 |
for question in questions:
|
135 |
keycount+=1
|
136 |
st.markdown(question["question"])
|
137 |
-
answer = st.text_input("Your Answer:"
|
138 |
|
139 |
if __name__ == "__main__":
|
140 |
main()
|
|
|
134 |
for question in questions:
|
135 |
keycount+=1
|
136 |
st.markdown(question["question"])
|
137 |
+
answer = st.text_input("Your Answer:", key=str(keycount))
|
138 |
|
139 |
if __name__ == "__main__":
|
140 |
main()
|