Spaces:
Running
Running
Update app.py
Browse files
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(
|