Update app.py
Browse files
app.py
CHANGED
@@ -689,6 +689,12 @@ overview a {
|
|
689 |
overview a:hover {
|
690 |
color: #8c52d3;
|
691 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
692 |
"""
|
693 |
|
694 |
# Create the Gradio Interface
|
|
|
689 |
overview a:hover {
|
690 |
color: #8c52d3;
|
691 |
}
|
692 |
+
|
693 |
+
footer {
|
694 |
+
margin-top: 0; /* Reduce space above the footer */
|
695 |
+
padding: 10px; /* Optional: Adjust padding inside the footer */
|
696 |
+
}
|
697 |
+
|
698 |
"""
|
699 |
|
700 |
# Create the Gradio Interface
|