jozzy commited on
Commit
a894004
·
1 Parent(s): 1bbdf9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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