JunchuanYu commited on
Commit
970236e
1 Parent(s): e37db7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if my_api_key == "empty":
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(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: