Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Manasa1
/
ESG_Dashboard
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a72adb7
ESG_Dashboard
/
app.py
Manasa1
Update app.py
a72adb7
verified
10 months ago
raw
Copy download link
history
blame
Safe
106 Bytes
my_theme = gr.Theme.from_hub(
"gradio/seafoam"
)
with
gr.Blocks(theme=my_theme)
as
demo:
print
(
"theme"
)