This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
zhengjl
/
text-generation-webui
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Fix galactica equations in dark mode
oobabooga
%!s(int64=3) %!d(string=hai) anos
pai
abb4667b44
achega
14f49bbe9a
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
modules/ui.py
+ 3
- 0
modules/ui.py
Ver ficheiro
@@ -27,6 +27,9 @@ css = """
}
#accordion {
}
+.dark svg {
+ fill: white;
+}
"""
chat_css = """