Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgbam
/
builder
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mgbam
commited on
24 days ago
Commit
2d7a058
·
verified
·
1 Parent(s):
a7e4bf4
Update deploy.py
Browse files
Files changed (1)
hide
show
deploy.py
+3
-0
deploy.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
def send_to_sandbox(code):
2
wrapped_code=f"""
3
<!DOCTYPE html>
1
+
import gradio as gr
2
+
3
+
4
def send_to_sandbox(code):
5
wrapped_code=f"""
6
<!DOCTYPE html>