Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -741,6 +741,8 @@ messages = [
|
|
741 |
{"role": "system", "content": system}
|
742 |
]
|
743 |
|
|
|
|
|
744 |
def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
745 |
if UserInput.lower() == "clear history":
|
746 |
messages.clear()
|
|
|
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":
|
748 |
messages.clear()
|