Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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__(
|
| 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
|