Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,11 +6,7 @@ import asyncio
|
|
6 |
pn.extension(sizing_mode="stretch_width")
|
7 |
|
8 |
ICON_URLS = {
|
9 |
-
|
10 |
-
"brand-twitter": "https://twitter.com/Panel_Org",
|
11 |
-
"brand-linkedin": "https://www.linkedin.com/company/panel-org",
|
12 |
-
"message-circle": "https://discourse.holoviz.org/",
|
13 |
-
"brand-discord": "https://discord.gg/AXRHnJU6sP",
|
14 |
}
|
15 |
|
16 |
async def classify_emotion(message: str):
|
|
|
6 |
pn.extension(sizing_mode="stretch_width")
|
7 |
|
8 |
ICON_URLS = {
|
9 |
+
|
|
|
|
|
|
|
|
|
10 |
}
|
11 |
|
12 |
async def classify_emotion(message: str):
|