testing_recommend

This commit is contained in:
ahmed531998 2023-04-06 22:23:51 +02:00
parent bde0f47843
commit 3fbca7eb49
1 changed files with 1 additions and 1 deletions

View File

@ -173,4 +173,4 @@ if __name__ == "__main__":
'response_intent text NOT NULL);'
)
conn.commit()
app.run(host='0.0.0.0')
app.run(host='0.0.0.0', port=4000)