Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,9 @@ def generate(description):
|
|
44 |
|
45 |
# css
|
46 |
css = """
|
47 |
-
footer {
|
|
|
|
|
48 |
|
49 |
.dark {
|
50 |
--container-radius: 18px !important;
|
@@ -98,10 +100,15 @@ div.svelte-19hvt5v {
|
|
98 |
font-weight: bold !important;
|
99 |
align-items: center !important;
|
100 |
justify-content: center !important;
|
|
|
101 |
}
|
102 |
.secondary:hover {
|
103 |
background-color: rgb(96 55 103);
|
104 |
}
|
|
|
|
|
|
|
|
|
105 |
"""
|
106 |
|
107 |
# ui
|
|
|
44 |
|
45 |
# css
|
46 |
css = """
|
47 |
+
footer {
|
48 |
+
visibility: hidden !important;
|
49 |
+
}
|
50 |
|
51 |
.dark {
|
52 |
--container-radius: 18px !important;
|
|
|
100 |
font-weight: bold !important;
|
101 |
align-items: center !important;
|
102 |
justify-content: center !important;
|
103 |
+
background: none !important;
|
104 |
}
|
105 |
.secondary:hover {
|
106 |
background-color: rgb(96 55 103);
|
107 |
}
|
108 |
+
.svelte-zyxd38 {
|
109 |
+
display: none !important;
|
110 |
+
visibility: hidden !important
|
111 |
+
}
|
112 |
"""
|
113 |
|
114 |
# ui
|