Skip to content

Instantly share code, notes, and snippets.

View raghavmri's full-sized avatar
🎯
Focusing

Raghav Mrituanjaya raghavmri

🎯
Focusing
View GitHub Profile
# importing...
from flask import Flask, render_template, Response ,request, url_for, redirect, send_from_directory, Markup, session, flash, jsonify
import json
# app confog(typo)
app = Flask(__name__)
# a simple route
@app.route("/")
def hello_wordl():