Spaces:
Configuration error
Configuration error
Commit
·
2ef655e
1
Parent(s):
808ab9b
Update app.py
Browse files
app.py
CHANGED
@@ -456,9 +456,9 @@ with gr.Blocks(css=css) as demo:
|
|
456 |
display: inline-flex;
|
457 |
gap: 1.2rem;
|
458 |
font-size: 1.75rem;
|
459 |
-
margin-bottom:
|
460 |
width: 700px;
|
461 |
-
height:
|
462 |
margin: 0 auto;
|
463 |
/* border: 1px solid red; */
|
464 |
justify-content: center;
|
|
|
456 |
display: inline-flex;
|
457 |
gap: 1.2rem;
|
458 |
font-size: 1.75rem;
|
459 |
+
margin-bottom: 2px;
|
460 |
width: 700px;
|
461 |
+
height: 250px;
|
462 |
margin: 0 auto;
|
463 |
/* border: 1px solid red; */
|
464 |
justify-content: center;
|