Spaces:
Runtime error
Runtime error
Commit ·
7a88347
1
Parent(s): 5d0c5ff
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def greet(name):
|
|
| 12 |
'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]}
|
| 13 |
|
| 14 |
return "test " + name + "!"
|
| 15 |
-
if name == 'Heard about #earthquake is different cities, stay safe everyone'
|
| 16 |
map = {'id': 2,
|
| 17 |
'keyword': '',
|
| 18 |
'location': '',
|
|
@@ -23,7 +23,7 @@ def greet(name):
|
|
| 23 |
'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]}
|
| 24 |
|
| 25 |
return "Hello " + name + "!"
|
| 26 |
-
if name == 'Theyd probably still show more life than Arsenal did yesterday, eh? EH?'
|
| 27 |
map = {'id': 21,
|
| 28 |
'keyword': '',
|
| 29 |
'location': '',
|
|
|
|
| 12 |
'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]}
|
| 13 |
|
| 14 |
return "test " + name + "!"
|
| 15 |
+
if name == 'Heard about #earthquake is different cities, stay safe everyone':
|
| 16 |
map = {'id': 2,
|
| 17 |
'keyword': '',
|
| 18 |
'location': '',
|
|
|
|
| 23 |
'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]}
|
| 24 |
|
| 25 |
return "Hello " + name + "!"
|
| 26 |
+
if name == 'Theyd probably still show more life than Arsenal did yesterday, eh? EH?':
|
| 27 |
map = {'id': 21,
|
| 28 |
'keyword': '',
|
| 29 |
'location': '',
|