Spaces:
Runtime error
Runtime error
JunchuanYu
commited on
Commit
·
d721a42
1
Parent(s):
0a5c97a
Update app.py
Browse files
app.py
CHANGED
@@ -14,11 +14,11 @@ if my_api_key == "empty":
|
|
14 |
gr.Chatbot.postprocess = postprocess
|
15 |
|
16 |
|
17 |
-
with open("
|
18 |
-
|
19 |
|
20 |
with gr.Blocks(
|
21 |
-
css=
|
22 |
# theme=gr.themes.Soft(
|
23 |
# primary_hue=gr.themes.Color(
|
24 |
# c50="#708090",
|
|
|
14 |
gr.Chatbot.postprocess = postprocess
|
15 |
|
16 |
|
17 |
+
with open("css.css", "r", encoding="utf-8") as f:
|
18 |
+
css = f.read()
|
19 |
|
20 |
with gr.Blocks(
|
21 |
+
css=css,
|
22 |
# theme=gr.themes.Soft(
|
23 |
# primary_hue=gr.themes.Color(
|
24 |
# c50="#708090",
|