drt
Browse files
app.py
CHANGED
|
@@ -18,4 +18,4 @@ def contact():
|
|
| 18 |
return "<h1>Контакты</h1><p>Свяжитесь с нами: [email protected]</p>"
|
| 19 |
|
| 20 |
if __name__ == "__main__":
|
| 21 |
-
app.run(debug=
|
|
|
|
| 18 |
return "<h1>Контакты</h1><p>Свяжитесь с нами: [email protected]</p>"
|
| 19 |
|
| 20 |
if __name__ == "__main__":
|
| 21 |
+
app.run(debug=False, host='0.0.0.0', port=7860)
|