Spaces:
Sleeping
Sleeping
Update excel_chat.py
Browse files- excel_chat.py +3 -1
excel_chat.py
CHANGED
@@ -141,4 +141,6 @@ categories = [
|
|
141 |
"description": "This topic involves Public Safety Communication, Military Communication, Emergency Calls, Emergency Services, Disaster Communication Access, and other related areas.",
|
142 |
"experts": ["Dorin"]
|
143 |
}
|
144 |
-
]
|
|
|
|
|
|
141 |
"description": "This topic involves Public Safety Communication, Military Communication, Emergency Calls, Emergency Services, Disaster Communication Access, and other related areas.",
|
142 |
"experts": ["Dorin"]
|
143 |
}
|
144 |
+
]
|
145 |
+
|
146 |
+
df_cate = pd.DataFrame(categories)
|