Spaces:
Running
Running
Update pages/3_WithExercises.py
Browse files- pages/3_WithExercises.py +4 -4
pages/3_WithExercises.py
CHANGED
@@ -384,7 +384,7 @@ if st.button("Run Code"):
|
|
384 |
st.text(output)
|
385 |
|
386 |
# Display returned variables
|
387 |
-
if variables:
|
388 |
-
st.subheader('Variables')
|
389 |
-
for key, value in variables.items():
|
390 |
-
st.text(f"{key}: {value}")
|
|
|
384 |
st.text(output)
|
385 |
|
386 |
# Display returned variables
|
387 |
+
#if variables:
|
388 |
+
#st.subheader('Variables')
|
389 |
+
#for key, value in variables.items():
|
390 |
+
#st.text(f"{key}: {value}")
|