File size: 151 Bytes
c4a1cad
 
 
 
 
2081f7f
 
cf34f25
1
2
3
4
5
6
7
8
9
from flask import Flask

app = Flask(__name__)

@app.route('/')
def hello():
    return "Hello, World! This is my Flask app running on Hugging Face!"