cdirubio commited on
Commit
e5df493
1 Parent(s): fbffc5f

shrinking banner

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ dropdown, js = create_theme_dropdown()
7
 
8
  with gr.Blocks(theme='trimble/trimble_ai_theme') as demo:
9
 
10
- gr.HTML("<img src=\"https://huggingface.co/spaces/trimble/trimble_ai_theme/resolve/main/images/logo.png\">")
11
 
12
  with gr.Row(equal_height=True):
13
  with gr.Column(scale=10):
 
7
 
8
  with gr.Blocks(theme='trimble/trimble_ai_theme') as demo:
9
 
10
+ gr.HTML("<img src=\"https://huggingface.co/spaces/trimble/trimble_ai_theme/resolve/main/images/logo.png\" width=\"220\" height=\"17\">")
11
 
12
  with gr.Row(equal_height=True):
13
  with gr.Column(scale=10):