Taithrah commited on
Commit
91c3666
·
verified ·
1 Parent(s): 633959b

Update app.py

Browse files

Possible fix after sdk update.

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