bupa1018 commited on
Commit
c040269
·
verified ·
1 Parent(s): 89ea156

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def show_history(chat_history):
53
 
54
 
55
  def clear_history(history):
56
- return []"
57
 
58
 
59
  def main():
 
53
 
54
 
55
  def clear_history(history):
56
+ return []
57
 
58
 
59
  def main():