From e813dcd24f402fdec2c98726fdf316713d497567 Mon Sep 17 00:00:00 2001 From: Alexander Metzger Date: Thu, 29 Feb 2024 23:28:13 -0800 Subject: [PATCH] modified integration tab icon --- daras_ai_v2/tabs_widget.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daras_ai_v2/tabs_widget.py b/daras_ai_v2/tabs_widget.py index ed643f881..51dd3cf30 100644 --- a/daras_ai_v2/tabs_widget.py +++ b/daras_ai_v2/tabs_widget.py @@ -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'Facebook, Whatsapp, Slack, Instagram Icons Integrations' saved = "📁 Saved" paths = {