improved project
All checks were successful
Build and Deploy Demo App / build-and-deploy (push) Successful in 50s

This commit is contained in:
2025-11-25 18:52:52 +03:30
parent d00626a62c
commit cf8df36d4f
3 changed files with 4 additions and 10 deletions

2
app.py
View File

@@ -1,5 +1,5 @@
from flask import Flask, render_template
from flask_bootstrap import Bootstrap5 # Use Bootstrap5 for modern BS5
from flask_bootstrap import Bootstrap5 # Updated import for Bootstrap 5 support
app = Flask(__name__)
bootstrap = Bootstrap5(app)