Spaces:
Sleeping
Sleeping
fixed bug
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ with gen:
|
|
| 65 |
out, err, exc = execute_code(
|
| 66 |
code=st.session_state.code,
|
| 67 |
stdin=st.session_state.stdin,
|
| 68 |
-
language=lang
|
| 69 |
)
|
| 70 |
st.session_state.code_output = out
|
| 71 |
st.session_state.error_output = err or exc
|
|
|
|
| 65 |
out, err, exc = execute_code(
|
| 66 |
code=st.session_state.code,
|
| 67 |
stdin=st.session_state.stdin,
|
| 68 |
+
language=lang
|
| 69 |
)
|
| 70 |
st.session_state.code_output = out
|
| 71 |
st.session_state.error_output = err or exc
|