aimanathar commited on
Commit
fabd4c1
·
verified ·
1 Parent(s): 75badd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -88,6 +88,11 @@ button:hover {
88
  @keyframes fadeIn {
89
  from {opacity: 0; transform: translateY(10px);}
90
  to {opacity: 1; transform: translateY(0);}
 
 
 
 
 
91
  }
92
  """
93
 
 
88
  @keyframes fadeIn {
89
  from {opacity: 0; transform: translateY(10px);}
90
  to {opacity: 1; transform: translateY(0);}
91
+
92
+ /* 🔒 Hide Gradio Footer (API, Logo, Settings) */
93
+ footer, .svelte-1yycg3h, .builder-bar, .wrap.svelte-1ipelgc {
94
+ display: none !important;
95
+ visibility: hidden !important;}
96
  }
97
  """
98