SondosMB commited on
Commit
866c2f8
·
verified ·
1 Parent(s): 8759e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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