-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Entrakit LLC <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!doctype html> | ||
<html class="dark"> | ||
<head> | ||
<!-- ... (head content remains the same) ... --> | ||
</head> | ||
<body class="flex flex-col min-h-dvh bg-white dark:bg-gray-950 text-black SpacePage"> | ||
<div class="flex min-h-dvh flex-col"> | ||
<!-- ... (other body content remains the same) ... --> | ||
|
||
<div class="SVELTE_HYDRATER contents" data-target="SpacePageInner" data-props="{"authLight":{"csrfToken":"[YOUR_TOKEN_HERE]","hasHfLevelAccess":false,"u":{"avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/6684ff7ad4e3eff8e1c69917/gtqu8YXjWQ_9ymxGUfYDs.png","isPro":true,"orgs":[],"user":"Dragunflie-420","canPost":true,"canHaveBilling":true,"canCreateOrg":true,"theme":"dark","notifications":{}}},"canRestart":false,"canWrite":false,"csrf":"[YOUR_TOKEN_HERE]","hideNFAA":false,"readmeTemplate":"---\ntitle: {{title}}\nemoji: {{emoji}}\ncolorFrom: {{colorFrom}}\ncolorTo: {{colorTo}}\nsdk: {{sdk}}\nsdk_version: \"{{sdkVersion}}\"\napp_file: app.py\npinned: false\n---\n\nCheck out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference\n","space":{"author":"Dragunflie-420","colorFrom":"purple","colorTo":"yellow","cardData":{"title":"Screenshot HTMLcode","emoji":"🐢","colorFrom":"purple","colorTo":"yellow","sdk":"streamlit","sdk_version":"1.33.0","app_file":"app.py","pinned":false},"createdAt":"2024-04-26T16:00:08.000Z","emoji":"🐢","discussionsDisabled":false,"duplicationDisabled":false,"id":"Dragunflie-420/Screenshot-HTMLcode","isLikedByUser":false,"isMutedByUser":false,"isWatchedByUser":false,"lastModified":"2024-06-13T17:42:47.000Z","likes":10,"pinned":false,"private":false,"gated":false,"repoType":"space","subdomain":"dragunflie-420-screenshot-htmlcode","sdk":"streamlit","sdkVersion":"1.33.0","title":"Screenshot HTMLcode","runtime":{"stage":"RUNNING","hardware":{"current":"cpu-basic","requested":"cpu-basic"},"storage":null,"gcTimeout":172800,"replicas":{"current":1,"requested":1},"devMode":false,"domains":[{"domain":"dragunflie-420-screenshot-htmlcode.hf.space","isCustom":false,"stage":"READY"}],"sha":"962dd63b1fd2182c296ba9de9c4b3f5aa7226253"},"iframe":{"embedSrc":"https://dragunflie-420-screenshot-htmlcode.hf.space","src":"https://dragunflie-420-screenshot-htmlcode.hf.space"},"secrets":[{"key":"GOOGLE_API_KEY","updatedAt":"2024-07-06T12:12:25.933Z"}],"variables":[],"sse":{"url":"https://api.hf.space/v1/Dragunflie-420/Screenshot-HTMLcode","jwt":"[YOUR_TOKEN_HERE]"},"dockerJwt":"[YOUR_TOKEN_HERE]","linkedModels":[],"linkedDatasets":[],"linkedCollections":[],"sha":"962dd63b1fd2182c296ba9de9c4b3f5aa7226253","hasBlockedOids":false},"iframeSrc":"https://dragunflie-420-screenshot-htmlcode.hf.space/?embed=true&embed_options=show_toolbar&embed_options=dark_theme#darktheme","showGettingStarted":false}"> | ||
|
||
<!-- ... (rest of the body content remains the same) ... --> | ||
|
||
<iframe src="https://dragunflie-420-screenshot-htmlcode.hf.space/?embed=true&embed_options=show_toolbar&embed_options=dark_theme#darktheme" aria-label="Space app" class=" space-iframe flex-grow overflow-hidden bg-white p-0 outline-none dark:bg-white" allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; clipboard-read; clipboard-write; display-capture; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking" sandbox="allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-storage-access-by-user-activation" scrolling="no"></iframe> | ||
|
||
</div> | ||
</body> | ||
</html> |