Spaces:
Sleeping
Sleeping
Commit
·
8a2f5d3
1
Parent(s):
a9ca2db
reduced height
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def config():
|
|
102 |
display: flex;
|
103 |
justify-content: center;
|
104 |
align-items: center;
|
105 |
-
height:
|
106 |
}
|
107 |
</style>
|
108 |
"""
|
|
|
102 |
display: flex;
|
103 |
justify-content: center;
|
104 |
align-items: center;
|
105 |
+
height: 100px; /* Adjust the height as needed */
|
106 |
}
|
107 |
</style>
|
108 |
"""
|