3xela commited on
Commit
57bdb5e
·
verified ·
1 Parent(s): eb55401

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -243,6 +243,19 @@ custom_css = """
243
  color: var(--text-primary) !important;
244
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
245
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  """
247
 
248
  with gr.Blocks(title="📊 SN36 Validator States", css=custom_css) as demo:
 
243
  color: var(--text-primary) !important;
244
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
245
  }
246
+
247
+ #title {
248
+ width: 100%;
249
+ text-align: center;
250
+ }
251
+
252
+ #title h1 {
253
+ width: 100%;
254
+ text-align: center;
255
+ font-size: 3em;
256
+ margin: 0.5em 0;
257
+ display: block;
258
+ }
259
  """
260
 
261
  with gr.Blocks(title="📊 SN36 Validator States", css=custom_css) as demo: