Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ def home():
|
|
47 |
return render_template('index.html', url=url, content=content, error=error)
|
48 |
|
49 |
if __name__ == '__main__':
|
50 |
-
app.run(
|
|
|
47 |
return render_template('index.html', url=url, content=content, error=error)
|
48 |
|
49 |
if __name__ == '__main__':
|
50 |
+
app.run(host="0.0.0.0", port=7860)
|