Cartof commited on
Commit
9d10ae3
1 Parent(s): 3efa22b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -177,13 +177,13 @@ with gr.Blocks() as demo:
177
  # }
178
  #)
179
 
180
- demo.children[0].style(
181
- css={
182
- "text-align": "center",
183
- "font-size": "1.5em",
184
- "margin-bottom": "20px",
185
- }
186
- )
187
 
188
  gr.set_gradio_chart_theme(theme="light")
189
 
 
177
  # }
178
  #)
179
 
180
+ #demo.children[0].style(
181
+ # css={
182
+ # "text-align": "center",
183
+ # "font-size": "1.5em",
184
+ # "margin-bottom": "20px",
185
+ # }
186
+ #)
187
 
188
  gr.set_gradio_chart_theme(theme="light")
189