Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -272,7 +272,7 @@ def main():
|
|
| 272 |
# 보기 표시
|
| 273 |
col1, col2 = st.columns(2)
|
| 274 |
with col1:
|
| 275 |
-
if
|
| 276 |
handle_answer('A', current_q)
|
| 277 |
st.rerun()
|
| 278 |
if st.button(latex_formatter.format_expression(f"C) {current_q['AnswerAText']}"), key="C"):
|
|
|
|
| 272 |
# 보기 표시
|
| 273 |
col1, col2 = st.columns(2)
|
| 274 |
with col1:
|
| 275 |
+
if st.button(latex_formatter.format_expression(f"A) {current_q['AnswerAText']}"), key="A"):
|
| 276 |
handle_answer('A', current_q)
|
| 277 |
st.rerun()
|
| 278 |
if st.button(latex_formatter.format_expression(f"C) {current_q['AnswerAText']}"), key="C"):
|