Python X ๐Ÿ
42 subscribers
25 photos
2 videos
9 files
188 links
Download Telegram
Python X ๐Ÿ pinned ยซThe best free interactive Python course for beginnersยป
Forwarded from Python Programming
Please open Telegram to view this post
VIEW IN TELEGRAM
app = Flask(__name__, static_url_path="/", static_folder='templates')

โ€”
app = Flask(__name__, static_url_path="/",)
This will be easy for small projects
#flask