ESG_Dashboard / app.py
Manasa1's picture
Update app.py
a72adb7 verified
raw
history blame
106 Bytes
my_theme = gr.Theme.from_hub("gradio/seafoam")
with gr.Blocks(theme=my_theme) as demo:
print("theme")