jupiter-faq-bot / run.py
thecoderhere's picture
Upload 23 files
5221213 verified
raw
history blame
129 Bytes
from app import app
if __name__ == '__main__':
print("Starting Flask application...")
app.run(debug=True, port=5000)