victorisgeek commited on
Commit
90fbf9e
·
verified ·
1 Parent(s): 91ad607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ from gradio.themes.utils.theme_dropdown import create_theme_dropdown # noqa: F40
60
 
61
  dropdown, js = create_theme_dropdown()
62
 
63
- with gr.Blocks(theme='finlaymacklon/boxy_violet') as demo:
64
  with gr.Row(equal_height=True):
65
  with gr.Column(scale=10):
66
  gr.Markdown("# 🧸Refacer")
 
60
 
61
  dropdown, js = create_theme_dropdown()
62
 
63
+ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
64
  with gr.Row(equal_height=True):
65
  with gr.Column(scale=10):
66
  gr.Markdown("# 🧸Refacer")