tommy24 commited on
Commit
4c6c869
·
verified ·
1 Parent(s): 585e5dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -741,6 +741,8 @@ messages = [
741
  {"role": "system", "content": system}
742
  ]
743
 
 
 
744
  def classify(platform, UserInput, Images, Textbox2, Textbox3):
745
  if UserInput.lower() == "clear history":
746
  messages.clear()
 
741
  {"role": "system", "content": system}
742
  ]
743
 
744
+ messages.clear()
745
+
746
  def classify(platform, UserInput, Images, Textbox2, Textbox3):
747
  if UserInput.lower() == "clear history":
748
  messages.clear()