Spaces:
Runtime error
Runtime error
Commit
·
173b1cc
1
Parent(s):
d175844
Update app.py
Browse files
app.py
CHANGED
|
@@ -204,9 +204,9 @@ def main():
|
|
| 204 |
formatter = PythonCodeFormatter(output_code)
|
| 205 |
formatted_code = formatter.format()
|
| 206 |
st.write('Code after correction:')
|
| 207 |
-
|
| 208 |
#st.subheader('Code after correction:')
|
| 209 |
-
st.code(formatted_code, language='python')
|
| 210 |
|
| 211 |
|
| 212 |
|
|
|
|
| 204 |
formatter = PythonCodeFormatter(output_code)
|
| 205 |
formatted_code = formatter.format()
|
| 206 |
st.write('Code after correction:')
|
| 207 |
+
st.write(formatted_code)
|
| 208 |
#st.subheader('Code after correction:')
|
| 209 |
+
#st.code(formatted_code, language='python')
|
| 210 |
|
| 211 |
|
| 212 |
|