fasthtml icon indicating copy to clipboard operation
fasthtml copied to clipboard

doing FastHTML in HF

Open webdevserv opened this issue 10 months ago • 1 comments

Hi I have created small python apps using fastAPI but when trying to use fastHTML in HF it bombs on the first line. Any ideas why HF is not supporting fastHTML? thanks.

#from fasthtml.common import FastHTML, serve, Div, H1 from fasthtml.common import *

app = FastHTML()

@app.route("/")...............

webdevserv avatar Mar 26 '25 22:03 webdevserv

I guess you mean with Hugging Face ?

https://fastht.ml/docs/explains/oauth.html#using-state-hugging-face

78wesley avatar Mar 28 '25 14:03 78wesley