Spaces:
Sleeping
Sleeping
Commit
·
578abe4
1
Parent(s):
f1900d2
fixing git merge error.
Browse files
app.py
CHANGED
@@ -80,10 +80,6 @@ class ArtemisiaTheme(Base):
|
|
80 |
neutral_hue=colors.gray,
|
81 |
**kwargs
|
82 |
)
|
83 |
-
|
84 |
-
<<<<<<< HEAD
|
85 |
-
=======
|
86 |
-
# Set text colors to white
|
87 |
self.set(
|
88 |
body_text_color="#ffffff",
|
89 |
)
|
@@ -107,7 +103,6 @@ class ArtemisiaTheme(Base):
|
|
107 |
self.error_text_color = "#ff5252"
|
108 |
|
109 |
|
110 |
-
>>>>>>> refs/remotes/origin/main
|
111 |
# Custom CSS for exact layout and styling
|
112 |
custom_css = """
|
113 |
body {
|
|
|
80 |
neutral_hue=colors.gray,
|
81 |
**kwargs
|
82 |
)
|
|
|
|
|
|
|
|
|
83 |
self.set(
|
84 |
body_text_color="#ffffff",
|
85 |
)
|
|
|
103 |
self.error_text_color = "#ff5252"
|
104 |
|
105 |
|
|
|
106 |
# Custom CSS for exact layout and styling
|
107 |
custom_css = """
|
108 |
body {
|