tommy24 commited on
Commit
50888a1
·
verified ·
1 Parent(s): f0c888a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -747,6 +747,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
747
  messages.append(
748
  {"role": "system", "content": system}
749
  )
 
750
  if UserInput == "clear history":
751
  messages.clear()
752
  messages.append(
 
747
  messages.append(
748
  {"role": "system", "content": system}
749
  )
750
+ print(UserInput)
751
  if UserInput == "clear history":
752
  messages.clear()
753
  messages.append(