mahedi420 commited on
Commit
82f1106
·
verified ·
1 Parent(s): 84cb0c4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ if submit1:
142
  try:
143
  exec(response, globals(), locals())
144
  result = output_stream.getvalue()
145
- st.write(result)
146
  except Exception as e:
147
  st.write("Error:", e)
148
  finally:
 
142
  try:
143
  exec(response, globals(), locals())
144
  result = output_stream.getvalue()
145
+ st.code(result)
146
  except Exception as e:
147
  st.write("Error:", e)
148
  finally: