Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,4 +83,4 @@ def run_code():
|
|
83 |
return render_template_string(HTML_TEMPLATE, code=code, output=output, error=error, warning=warning)
|
84 |
|
85 |
if __name__ == "__main__":
|
86 |
-
app.run(debug=True, host="0.0.0.0", port=
|
|
|
83 |
return render_template_string(HTML_TEMPLATE, code=code, output=output, error=error, warning=warning)
|
84 |
|
85 |
if __name__ == "__main__":
|
86 |
+
app.run(debug=True, host="0.0.0.0", port=7860)
|