nickprock commited on
Commit
e69f5d5
·
1 Parent(s): 441cfbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ dic={'LABEL_0':'activate_my_card',
82
  'LABEL_76':'wrong_exchange_rate_for_cash_withdrawal'}
83
 
84
 
85
- def greet(text, dict = dic):
86
  response = pipe(text)
87
  return dic[response[0]['label']]
88
 
 
82
  'LABEL_76':'wrong_exchange_rate_for_cash_withdrawal'}
83
 
84
 
85
+ def greet(text, dic = dic):
86
  response = pipe(text)
87
  return dic[response[0]['label']]
88