raethehacker commited on
Commit
7282520
·
verified ·
1 Parent(s): f06756d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -6,11 +6,7 @@ import asyncio
6
  pn.extension(sizing_mode="stretch_width")
7
 
8
  ICON_URLS = {
9
- "brand-github": "https://github.com/holoviz/panel",
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):