Add application file
Browse files
app.py
CHANGED
@@ -35,9 +35,9 @@ def analyze_image_direct(image, question):
|
|
35 |
class PurpleTheme(Base):
|
36 |
def __init__(self):
|
37 |
super().__init__()
|
38 |
-
self.primary_hue = colors.
|
39 |
-
self.secondary_hue = colors.
|
40 |
-
self.neutral_hue = colors.
|
41 |
self.text_size = sizes.text_lg
|
42 |
self.text_color = colors.white
|
43 |
self.background_color = colors.purple_900
|
|
|
35 |
class PurpleTheme(Base):
|
36 |
def __init__(self):
|
37 |
super().__init__()
|
38 |
+
self.primary_hue = colors.purple
|
39 |
+
self.secondary_hue = colors.purple
|
40 |
+
self.neutral_hue = colors.gray
|
41 |
self.text_size = sizes.text_lg
|
42 |
self.text_color = colors.white
|
43 |
self.background_color = colors.purple_900
|