Spaces:
Runtime error
Runtime error
Commit
·
970236e
1
Parent(s):
e37db7d
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ if my_api_key == "empty":
|
|
14 |
gr.Chatbot.postprocess = postprocess
|
15 |
|
16 |
|
17 |
-
with open("
|
18 |
css = f.read()
|
19 |
|
20 |
with gr.Blocks(css=css,theme=gr.themes.Soft()) as demo:
|
|
|
14 |
gr.Chatbot.postprocess = postprocess
|
15 |
|
16 |
|
17 |
+
with open("css_new.css", "r", encoding="utf-8") as f:
|
18 |
css = f.read()
|
19 |
|
20 |
with gr.Blocks(css=css,theme=gr.themes.Soft()) as demo:
|