Paul-Louis Pröve
commited on
Commit
·
de62d3e
1
Parent(s):
d044134
less height
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def respond(message, history, year, make, model, search_type):
|
|
119 |
|
120 |
|
121 |
with gr.Blocks(
|
122 |
-
css="footer {visibility: hidden} #component-8 {height:
|
123 |
) as app:
|
124 |
with gr.Row():
|
125 |
year = gr.Dropdown(years, label="Year")
|
|
|
119 |
|
120 |
|
121 |
with gr.Blocks(
|
122 |
+
css="footer {visibility: hidden} #component-8 {height: 75vh !important} #component-9 {height: 70vh !important}"
|
123 |
) as app:
|
124 |
with gr.Row():
|
125 |
year = gr.Dropdown(years, label="Year")
|