Spaces:
Runtime error
Runtime error
Commit ·
8b36b1f
1
Parent(s): c7a0b11
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ dictionary=PyDictionary()
|
|
| 9 |
|
| 10 |
def get_output(event_info):
|
| 11 |
if len(event_info.split(' '))>=20:
|
| 12 |
-
print(get_mapping(event_info))
|
| 13 |
topic_name, distance_name,topic_name_dep, distance_name_dep,tags_list = get_mapping(event_info)
|
| 14 |
if distance_name!=None:
|
| 15 |
sectors_main = topic_name + [topic_name_dep]
|
|
|
|
| 9 |
|
| 10 |
def get_output(event_info):
|
| 11 |
if len(event_info.split(' '))>=20:
|
| 12 |
+
# print(get_mapping(event_info))
|
| 13 |
topic_name, distance_name,topic_name_dep, distance_name_dep,tags_list = get_mapping(event_info)
|
| 14 |
if distance_name!=None:
|
| 15 |
sectors_main = topic_name + [topic_name_dep]
|