SAVAI123 commited on
Commit
ea11fe0
·
verified ·
1 Parent(s): f305e00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -172,7 +172,7 @@ def update_datetime():
172
  return date, time
173
 
174
 
175
- src_logo = "Equinix-LOGO.jpeg"
176
 
177
 
178
 
@@ -197,6 +197,10 @@ def main():
197
  margin: 0 auto;
198
  max-width: 200px; /* Adjust size */
199
  }
 
 
 
 
200
  """
201
 
202
 
 
172
  return date, time
173
 
174
 
175
+
176
 
177
 
178
 
 
197
  margin: 0 auto;
198
  max-width: 200px; /* Adjust size */
199
  }
200
+ /* Hide download buttons and controls */
201
+ #logo-wrapper .svelte-1b6r3t8 {
202
+ display: none !important;
203
+ }
204
  """
205
 
206