tommy24 commited on
Commit
910964e
·
1 Parent(s): 4a9aada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -739,11 +739,11 @@ messages = [
739
  ]
740
 
741
  def classify(platform, UserInput, Images, Textbox2, Textbox3):
742
- # if UserInput.lower() == "clear history":
743
- # messages.clear()
744
- # messages.append(
745
- # {"role": "system", "content": system}
746
- # )
747
 
748
  if Textbox3 == code:
749
  imageData = None
 
739
  ]
740
 
741
  def classify(platform, UserInput, Images, Textbox2, Textbox3):
742
+ if UserInput.lower() == "clear history":
743
+ messages.clear()
744
+ messages.append(
745
+ {"role": "system", "content": system}
746
+ )
747
 
748
  if Textbox3 == code:
749
  imageData = None