Skip to content

Commit

Permalink
modified integration tab icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Mar 1, 2024
1 parent 0334c5d commit e813dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daras_ai_v2/tabs_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
# from streamlit_option_menu import option_menu
from gooey_ui import option_menu

INTEGRATION_IMG = "https://storage.googleapis.com/dara-c1b52.appspot.com/daras_ai/media/c3ba2392-d6b9-11ee-a67b-6ace8d8c9501/image.png"


class MenuTabs:
run = "πŸƒβ€β™€οΈRun"
examples = "πŸ”– Examples"
run_as_api = "πŸš€ API"
history = "πŸ“– History"
integrations = "πŸ”Œ Integrations"
integrations = f'<img align="left" width="24" height="24" style="margin-right: 10px" src="{INTEGRATION_IMG}" alt="Facebook, Whatsapp, Slack, Instagram Icons"> Integrations'
saved = "πŸ“ Saved"

paths = {
Expand Down

0 comments on commit e813dcd

Please sign in to comment.