iDrops commited on
Commit
d4dd8be
·
verified ·
1 Parent(s): 342b364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ client = InferenceClient(
8
  # Create a custom theme that builds on Soft and modifies it to be light
9
  class SoftLightTheme(gr.themes.Soft):
10
  def __init__(self):
11
- super().__init__(light=True)
12
  self.primary_bg = "#f9f9f9" # Light background
13
  self.secondary_bg = "#ffffff" # Lighter secondary background
14
  self.input_bg = "#ffffff" # Inputs with a light background
 
8
  # Create a custom theme that builds on Soft and modifies it to be light
9
  class SoftLightTheme(gr.themes.Soft):
10
  def __init__(self):
11
+ super().__init__()
12
  self.primary_bg = "#f9f9f9" # Light background
13
  self.secondary_bg = "#ffffff" # Lighter secondary background
14
  self.input_bg = "#ffffff" # Inputs with a light background