Files
Discord-ai-chatbot/run.py
SimolZimol 38237e6fa0 new file: .gitignore
new file:   Dockerfile
	new file:   README.md
	new file:   app.py
	new file:   asknotesintro.txt
	new file:   background_data.txt
	new file:   bot.py
	new file:   introduction.txt
	new file:   requirements.txt
	new file:   run.py
	new file:   start.bat
	new file:   templates/index.html
	new file:   templates/login.html
	new file:   templates/settings.html
2024-09-02 17:19:15 +02:00

5 lines
87 B
Python

from app import app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)