eaglelandsonce commited on
Commit
cd43d53
·
verified ·
1 Parent(s): 7d0d72e

Update pages/3_WithExercises.py

Browse files
Files changed (1) hide show
  1. 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}")