Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
4
Running
on
Zero
App
Files
Files
Community
7bfb334
fastapi_django_main_live
/
routers
/
ai
/
App.gs
kenken999
df
3d979b2
5 months ago
raw
Copy download link
history
blame
127 Bytes
/**
* App script entry point
*/
function
do
Get()
{
var app =
HtmlService
.
create
HtmlOutputFromFile('
index
')
;
return app;
}