johann22 commited on
Commit
17dd268
β€’
1 Parent(s): 1039972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -91,10 +91,11 @@ style="""
91
  height: 180px;
92
  background-position-x: center;
93
  }
94
- }
95
  .top_h1{
96
  color: white!important;
97
- -webkit-text-stroke-width: medium;}
 
98
 
99
  """
100
  with gr.Blocks(css=style) as iface:
 
91
  height: 180px;
92
  background-position-x: center;
93
  }
94
+
95
  .top_h1{
96
  color: white!important;
97
+ -webkit-text-stroke-width: medium;
98
+ }
99
 
100
  """
101
  with gr.Blocks(css=style) as iface: