Skip to content

Commit

Permalink
Merge pull request #2463 from jupyter-naas/fix-Update-generate_readme…
Browse files Browse the repository at this point in the history
….ipynb

fix: Update generate_readme.ipynb
  • Loading branch information
FlorentLvr authored Dec 12, 2023
2 parents cac5e8b + 9044931 commit 7dc5abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_readme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -642,14 +642,14 @@
" \n",
" # Update json\n",
" ranking = 2\n",
" if tool in [\"Notion\", \"LinkedIn\", \"OpenAI\", \"Google Sheets\", \"HubSpot\"]:\n",
" if tool in [\"Notion\", \"LinkedIn\", \"Google Sheets\", \"HubSpot\"]:\n",
" ranking = 5\n",
" elif tool in [\"AI for Work\"]:\n",
" for x in [\"Sales\", \"Marketing\", \"Social Media\", \"Brand\", \"Financial\", \"Legal\"]:\n",
" if x in title:\n",
" ranking = 4\n",
" break\n",
" elif tool in [\"Notion\", \"LinkedIn\", \"OpenAI\", \"Google Sheets\", \"AWS\", \"HubSpot\", \"Google Docs\", \"Google Drive\", \"Google Analytics\", \"Gmail\", \"Bitly\", \"AI for Work\"]:\n",
" elif tool in [\"Google Sheets\", \"AWS\", \"Google Docs\", \"Google Drive\", \"Google Analytics\", \"Gmail\", \"Bitly\"]:\n",
" ranking = 3\n",
" elif tool in [\"Naas\", \"Naas Chat Plugin\", \"Naas Dashboard\"]:\n",
" ranking = 2\n",
Expand Down

0 comments on commit 7dc5abc

Please sign in to comment.