DmitrMakeev
commited on
Commit
•
c5855a1
1
Parent(s):
da7e5b8
Update app.py
Browse files
app.py
CHANGED
@@ -761,4 +761,4 @@ def gc_db_email():
|
|
761 |
|
762 |
|
763 |
if __name__ == '__main__':
|
764 |
-
app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
|
|
761 |
|
762 |
|
763 |
if __name__ == '__main__':
|
764 |
+
app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|