Spaces:
Sleeping
Sleeping
PandaArtStation
commited on
Commit
•
2dfbf7b
1
Parent(s):
afaf528
Update main.py
Browse files
main.py
CHANGED
@@ -23,4 +23,4 @@ def contact():
|
|
23 |
return render_template('contact.html')
|
24 |
|
25 |
if __name__ == '__main__':
|
26 |
-
app.run()
|
|
|
23 |
return render_template('contact.html')
|
24 |
|
25 |
if __name__ == '__main__':
|
26 |
+
app.run(host="0.0.0.0",port=7860,debug=False)
|