BartPoint commited on
Commit
f6e27a8
1 Parent(s): 95db3d5

Update app_multi.py

Browse files
Files changed (1) hide show
  1. app_multi.py +1 -1
app_multi.py CHANGED
@@ -64,7 +64,7 @@ app_css = '''
64
  '''
65
 
66
  app = gr.Blocks(
67
- theme=gr.themes.Soft(primary_hue="orange", secondary_hue="white"),
68
  css=app_css,
69
  analytics_enabled=False
70
  )
 
64
  '''
65
 
66
  app = gr.Blocks(
67
+ theme=gr.themes.Soft(primary_hue="orange", secondary_hue="slate"),
68
  css=app_css,
69
  analytics_enabled=False
70
  )