Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -741,7 +741,7 @@ messages = [
|
|
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":
|
|
|
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":
|