Spaces:
Runtime error
Runtime error
Commit
Β·
04e16aa
1
Parent(s):
2c73b7e
[fix] opacity looks awful
Browse files- src/axolotl_ui/app.py +1 -2
src/axolotl_ui/app.py
CHANGED
@@ -93,8 +93,7 @@ app_ui = ui.page_fillable(
|
|
93 |
"create_space",
|
94 |
"Create HF Space",
|
95 |
),
|
96 |
-
width=400
|
97 |
-
class_="opacity-75"
|
98 |
),
|
99 |
HTML(background_img(url="https://github.com/OpenAccess-AI-Collective/axolotl/raw/main/image/axolotl.png",
|
100 |
opacity=0.1)),
|
|
|
93 |
"create_space",
|
94 |
"Create HF Space",
|
95 |
),
|
96 |
+
width=400
|
|
|
97 |
),
|
98 |
HTML(background_img(url="https://github.com/OpenAccess-AI-Collective/axolotl/raw/main/image/axolotl.png",
|
99 |
opacity=0.1)),
|