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