Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ if submit1:
|
|
142 |
try:
|
143 |
exec(response, globals(), locals())
|
144 |
result = output_stream.getvalue()
|
145 |
-
st.
|
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:
|