Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Adieee5
/
JUIT_AI_Assist
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3f37d18
JUIT_AI_Assist
/
app.py
Adieee5
test
39e9f62
6 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
from
flask
import
Flask
app = Flask(__name__)
@app.route(
'/'
)
def
hello
():
return
"Hello World!"