a fix?
Browse files
src/nlp_circle_demo/wrapped_gradio_objects.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import yaml
|
3 |
import os
|
4 |
|
5 |
-
bfh_blue = gr.themes.colors.Color(
|
6 |
c50="#edf0f2",
|
7 |
c100="#dbe0e5",
|
8 |
c200="#b7c1cb",
|
|
|
2 |
import yaml
|
3 |
import os
|
4 |
|
5 |
+
bfh_blue = gr.themes.utils.colors.Color(
|
6 |
c50="#edf0f2",
|
7 |
c100="#dbe0e5",
|
8 |
c200="#b7c1cb",
|