Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -159,11 +159,18 @@ if __name__ == "__main__":
|
|
159 |
# Custom CSS for banner and buttons
|
160 |
gr.HTML("""
|
161 |
<style>
|
|
|
|
|
|
|
|
|
|
|
162 |
#banner-img img {
|
|
|
163 |
width: 100%;
|
164 |
height: auto;
|
165 |
border-radius: 10px;
|
166 |
}
|
|
|
167 |
.category-button button {
|
168 |
background: linear-gradient(to right, #36d1dc, #5b86e5);
|
169 |
color: white;
|
|
|
159 |
# Custom CSS for banner and buttons
|
160 |
gr.HTML("""
|
161 |
<style>
|
162 |
+
#banner-img {
|
163 |
+
display: flex;
|
164 |
+
justify-content: center;
|
165 |
+
margin-bottom: 20px;
|
166 |
+
}
|
167 |
#banner-img img {
|
168 |
+
max-width: 800px; /* 👈 Adjust size here (try 600px or 700px if needed) */
|
169 |
width: 100%;
|
170 |
height: auto;
|
171 |
border-radius: 10px;
|
172 |
}
|
173 |
+
|
174 |
.category-button button {
|
175 |
background: linear-gradient(to right, #36d1dc, #5b86e5);
|
176 |
color: white;
|