tommy24 commited on
Commit
14d3931
·
verified ·
1 Parent(s): 29878e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -744,7 +744,7 @@ messages = [
744
  # messages.clear()
745
 
746
  def classify(platform, UserInput, Images, Textbox2, Textbox3):
747
- if UserInput.lower() == "clear history":
748
  messages.clear()
749
  messages.append(
750
  {"role": "system", "content": system}
 
744
  # messages.clear()
745
 
746
  def classify(platform, UserInput, Images, Textbox2, Textbox3):
747
+ if UserInput == "clear history":
748
  messages.clear()
749
  messages.append(
750
  {"role": "system", "content": system}