rocky250 commited on
Commit
dc66c38
·
verified ·
1 Parent(s): a78e55d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- 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
 
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