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...
Manasa1
commited on
Oct 18, 2024
Commit
8a5978d
·
verified
·
1 Parent(s):
a72adb7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
my_theme = gr.Theme.from_hub("gradio/seafoam")
2
3
with gr.Blocks(theme=my_theme) as demo:
1
+
import gradio as gr
2
my_theme = gr.Theme.from_hub("gradio/seafoam")
3
4
with gr.Blocks(theme=my_theme) as demo: