Skip to content

Commit

Permalink
Merge pull request #2462 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 a3ae747 + 00b4875 commit a6b7601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_readme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
" \n",
" # Update json\n",
" ranking = 2\n",
" if \"#automation\" in tags and tool in [\"Notion\", \"LinkedIn\", \"OpenAI\", \"Google Sheets\", \"HubSpot\"]:\n",
" if tool in [\"Notion\", \"LinkedIn\", \"OpenAI\", \"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",
Expand Down

0 comments on commit a6b7601

Please sign in to comment.