Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,4 +169,4 @@ with open('templates/index.html', 'w') as f:
|
|
169 |
f.write(html_template)
|
170 |
|
171 |
if __name__ == '__main__':
|
172 |
-
app.run(debug=True)
|
|
|
169 |
f.write(html_template)
|
170 |
|
171 |
if __name__ == '__main__':
|
172 |
+
app.run(server_port=7860,debug=True)
|