Update app.py
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ color: blue;
|
|
308 |
}
|
309 |
|
310 |
/* Footer */
|
311 |
-
|
312 |
background: linear-gradient(135deg, #6a1b9a, #8e44ad);
|
313 |
color: #ffffff;
|
314 |
text-align: center;
|
@@ -318,12 +318,12 @@ color: blue;
|
|
318 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
319 |
}
|
320 |
|
321 |
-
|
322 |
font-size: 1.5em;
|
323 |
margin-bottom: 15px;
|
324 |
}
|
325 |
|
326 |
-
|
327 |
font-size: 0.8em;
|
328 |
line-height: 1.6;
|
329 |
margin-bottom: 20px;
|
@@ -548,7 +548,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
548 |
|
549 |
# Footer Section
|
550 |
gr.Markdown("""
|
551 |
-
<footer>
|
552 |
<h2>Stay Connected</h2>
|
553 |
<p>
|
554 |
Follow us on social media or contact us for any queries. Let's shape the future of AI together!
|
|
|
308 |
}
|
309 |
|
310 |
/* Footer */
|
311 |
+
#custom-footer {
|
312 |
background: linear-gradient(135deg, #6a1b9a, #8e44ad);
|
313 |
color: #ffffff;
|
314 |
text-align: center;
|
|
|
318 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
319 |
}
|
320 |
|
321 |
+
#custom-footer h2 {
|
322 |
font-size: 1.5em;
|
323 |
margin-bottom: 15px;
|
324 |
}
|
325 |
|
326 |
+
#custom-footer p {
|
327 |
font-size: 0.8em;
|
328 |
line-height: 1.6;
|
329 |
margin-bottom: 20px;
|
|
|
548 |
|
549 |
# Footer Section
|
550 |
gr.Markdown("""
|
551 |
+
<footer id="custom-footer">
|
552 |
<h2>Stay Connected</h2>
|
553 |
<p>
|
554 |
Follow us on social media or contact us for any queries. Let's shape the future of AI together!
|