Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -177,13 +177,13 @@ with gr.Blocks() as demo:
|
|
177 |
# }
|
178 |
#)
|
179 |
|
180 |
-
demo.children[0].style(
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
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 |
|