Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,7 @@ def textGPT(text):
|
|
47 |
|
48 |
|
49 |
def clear():
|
|
|
50 |
messages = [{"role": "system", "content": 'You are a helpful technology assistant.'}]
|
51 |
return
|
52 |
|
|
|
47 |
|
48 |
|
49 |
def clear():
|
50 |
+
global messages
|
51 |
messages = [{"role": "system", "content": 'You are a helpful technology assistant.'}]
|
52 |
return
|
53 |
|