cyberandy commited on
Commit
fd46c40
·
1 Parent(s): 90712a8

update css

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def bot(user_message, history):
112
 
113
  #gr.Chatbot.postprocess = postprocess
114
 
115
- with open("/Users/cyberandy/Documents/GitHub/langchain-wl-chat/wl-chat/assets/custom.css", "r", encoding="utf-8") as f:
116
  customCSS = f.read()
117
 
118
  with gr.Blocks(css=customCSS, theme=wordlift_theme) as demo:
 
112
 
113
  #gr.Chatbot.postprocess = postprocess
114
 
115
+ with open("assets/custom.css", "r", encoding="utf-8") as f:
116
  customCSS = f.read()
117
 
118
  with gr.Blocks(css=customCSS, theme=wordlift_theme) as demo: