Update app.py
Browse files
app.py
CHANGED
@@ -178,12 +178,12 @@ header h1 {
|
|
178 |
}
|
179 |
|
180 |
header h2 {
|
181 |
-
font-size:
|
182 |
margin-bottom: 15px;
|
183 |
}
|
184 |
|
185 |
header p {
|
186 |
-
font-size: 1.
|
187 |
line-height: 1.8;
|
188 |
}
|
189 |
|
@@ -196,7 +196,7 @@ header p {
|
|
196 |
|
197 |
.header-buttons a {
|
198 |
text-decoration: none;
|
199 |
-
font-size: 1.
|
200 |
padding: 15px 30px;
|
201 |
border-radius: 30px;
|
202 |
font-weight: bold;
|
@@ -254,12 +254,12 @@ header p {
|
|
254 |
}
|
255 |
|
256 |
.post-tabs h2 {
|
257 |
-
font-size: 2.
|
258 |
margin-bottom: 15px;
|
259 |
}
|
260 |
|
261 |
.post-tabs p {
|
262 |
-
font-size: 1.
|
263 |
line-height: 1.8;
|
264 |
margin-bottom: 20px;
|
265 |
}
|
@@ -294,12 +294,12 @@ footer {
|
|
294 |
}
|
295 |
|
296 |
footer h2 {
|
297 |
-
font-size: 1.
|
298 |
margin-bottom: 15px;
|
299 |
}
|
300 |
|
301 |
footer p {
|
302 |
-
font-size: 1.
|
303 |
line-height: 1.6;
|
304 |
margin-bottom: 20px;
|
305 |
}
|
@@ -446,10 +446,9 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
446 |
Follow us on social media or contact us for any queries. Let's shape the future of AI together!
|
447 |
</p>
|
448 |
<div class="social-links">
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
</div>
|
453 |
</footer>
|
454 |
""")
|
455 |
|
|
|
178 |
}
|
179 |
|
180 |
header h2 {
|
181 |
+
font-size: 2.8em;
|
182 |
margin-bottom: 15px;
|
183 |
}
|
184 |
|
185 |
header p {
|
186 |
+
font-size: 1.7em;
|
187 |
line-height: 1.8;
|
188 |
}
|
189 |
|
|
|
196 |
|
197 |
.header-buttons a {
|
198 |
text-decoration: none;
|
199 |
+
font-size: 1.5em;
|
200 |
padding: 15px 30px;
|
201 |
border-radius: 30px;
|
202 |
font-weight: bold;
|
|
|
254 |
}
|
255 |
|
256 |
.post-tabs h2 {
|
257 |
+
font-size: 2.8em;
|
258 |
margin-bottom: 15px;
|
259 |
}
|
260 |
|
261 |
.post-tabs p {
|
262 |
+
font-size: 1.7em;
|
263 |
line-height: 1.8;
|
264 |
margin-bottom: 20px;
|
265 |
}
|
|
|
294 |
}
|
295 |
|
296 |
footer h2 {
|
297 |
+
font-size: 1.9em;
|
298 |
margin-bottom: 15px;
|
299 |
}
|
300 |
|
301 |
footer p {
|
302 |
+
font-size: 1.5em;
|
303 |
line-height: 1.6;
|
304 |
margin-bottom: 20px;
|
305 |
}
|
|
|
446 |
Follow us on social media or contact us for any queries. Let's shape the future of AI together!
|
447 |
</p>
|
448 |
<div class="social-links">
|
449 |
+
<a href="https://website.com" target="_blank" class="social-link">🌐 Website</a>
|
450 |
+
<a href="https://github.com" target="_blank" class="social-link">🐙 GitHub</a>
|
451 |
+
</div>
|
|
|
452 |
</footer>
|
453 |
""")
|
454 |
|