TechnoByte commited on
Commit
b795a81
1 Parent(s): 3534e18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from gradio.themes.utils.theme_dropdown import create_theme_dropdown
5
 
6
  dropdown, js = create_theme_dropdown()
7
 
8
- with gr.Blocks(theme='gradio/soft') as demo:
9
  with gr.Row().style(equal_height=True):
10
  with gr.Column(scale=10):
11
  gr.Markdown(
 
5
 
6
  dropdown, js = create_theme_dropdown()
7
 
8
+ with gr.Blocks(theme='TechnoByte/soft-improved') as demo:
9
  with gr.Row().style(equal_height=True):
10
  with gr.Column(scale=10):
11
  gr.Markdown(