atascioglu commited on
Commit
5a01390
·
verified ·
1 Parent(s): c549326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -619,7 +619,7 @@ def reset_chat(histories, memory_state, flags_state):
619
 
620
  def load_css(path="style.css") -> str:
621
  try:
622
- with open(path, "r", encoding:"utf-8") as f:
623
  return f.read()
624
  except FileNotFounError:
625
  return ""
 
619
 
620
  def load_css(path="style.css") -> str:
621
  try:
622
+ with open(path, "r", encoding="utf-8") as f:
623
  return f.read()
624
  except FileNotFounError:
625
  return ""