Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def delete_resource(
|
|
88 |
return gr.Markdown(f"Deleted {resource_id}", visible=True)
|
89 |
|
90 |
|
91 |
-
with gr.Blocks() as demo:
|
92 |
gr.Markdown("# 🧹 🧼 🗑️ Hub Repo Cleaner 🗑️ 🧼 🧹")
|
93 |
gr.LoginButton()
|
94 |
org_name = gr.Dropdown(label="Organization", choices=list_orgs())
|
|
|
88 |
return gr.Markdown(f"Deleted {resource_id}", visible=True)
|
89 |
|
90 |
|
91 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
92 |
gr.Markdown("# 🧹 🧼 🗑️ Hub Repo Cleaner 🗑️ 🧼 🧹")
|
93 |
gr.LoginButton()
|
94 |
org_name = gr.Dropdown(label="Organization", choices=list_orgs())
|