Spaces:
Running
Running
Update pages/3_WithExercises.py
Browse files- pages/3_WithExercises.py +4 -4
pages/3_WithExercises.py
CHANGED
@@ -374,8 +374,8 @@ if st.button("Run Code"):
|
|
374 |
st.text(output)
|
375 |
|
376 |
# Display returned variables
|
377 |
-
if variables:
|
378 |
-
st.subheader('Variables')
|
379 |
-
for key, value in variables.items():
|
380 |
-
st.text(f"{key}: {value}")
|
381 |
|
|
|
374 |
st.text(output)
|
375 |
|
376 |
# Display returned variables
|
377 |
+
#if variables:
|
378 |
+
#st.subheader('Variables')
|
379 |
+
#for key, value in variables.items():
|
380 |
+
#st.text(f"{key}: {value}")
|
381 |
|