rbughao commited on
Commit
036e298
·
verified ·
1 Parent(s): 94a097b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -32,9 +32,7 @@ def initialization():
32
 
33
 
34
  def reply(message, history):
35
- if message == 'initialize':
36
- initialization()
37
- return 'Application re-initialized'
38
  purged = client.purge_by_url([message])
39
  answer = str(purged.result())
40
  return answer
 
32
 
33
 
34
  def reply(message, history):
35
+ initialization()
 
 
36
  purged = client.purge_by_url([message])
37
  answer = str(purged.result())
38
  return answer