Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -739,11 +739,11 @@ messages = [
|
|
739 |
]
|
740 |
|
741 |
def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
|
748 |
if Textbox3 == code:
|
749 |
imageData = None
|
|
|
739 |
]
|
740 |
|
741 |
def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
742 |
+
if UserInput.lower() == "clear history":
|
743 |
+
messages.clear()
|
744 |
+
messages.append(
|
745 |
+
{"role": "system", "content": system}
|
746 |
+
)
|
747 |
|
748 |
if Textbox3 == code:
|
749 |
imageData = None
|