eaglelandsonce commited on
Commit
b8a2a65
·
verified ·
1 Parent(s): 5bb41f9

Update pages/3_WithExercises.py

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