Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -292,11 +292,11 @@ details[open] > summary { color: var(--cyan) !important; }
|
|
| 292 |
.vv-hr { border: none; border-top: 1px solid #1e2330; margin: 1.1rem 0; }
|
| 293 |
"""
|
| 294 |
|
| 295 |
-
THEME = gr.Themes.Base(
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
)
|
| 300 |
|
| 301 |
def _empty_plotly(msg: str = "Run analysis to see data", h: int = 230):
|
| 302 |
import plotly.graph_objects as go
|
|
|
|
| 292 |
.vv-hr { border: none; border-top: 1px solid #1e2330; margin: 1.1rem 0; }
|
| 293 |
"""
|
| 294 |
|
| 295 |
+
# THEME = gr.Themes.Base(
|
| 296 |
+
# primary_hue=gr.themes.colors.cyan,
|
| 297 |
+
# neutral_hue=gr.themes.colors.gray,
|
| 298 |
+
# front=[gr.themes.GoogleFront("IBM Plex Sans"),"sans-serif"],
|
| 299 |
+
# )
|
| 300 |
|
| 301 |
def _empty_plotly(msg: str = "Run analysis to see data", h: int = 230):
|
| 302 |
import plotly.graph_objects as go
|