Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -23,4 +23,4 @@ def chat():
|
|
| 23 |
return {'bot_response': response}
|
| 24 |
|
| 25 |
if __name__ == '__main__':
|
| 26 |
-
app.run(host='0.0.0.0', port=
|
|
|
|
| 23 |
return {'bot_response': response}
|
| 24 |
|
| 25 |
if __name__ == '__main__':
|
| 26 |
+
app.run(host='0.0.0.0', port=7860)
|