Skip to content

Commit

Permalink
sean character tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Mar 7, 2024
1 parent fac9061 commit df5ccd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ def integration_connect_screen(
st.markdown(
f"""
#### {title}
{status or f'Run Saved ✅ ~ <ins>Connect</ins> ~ <span style="color: {GRAYCOLOR}">Test & Configure</span>'}
{status or f'Run Saved ✅ • <b>Connect</b> • <span style="color: {GRAYCOLOR}">Test & Configure</span>'}
""",
unsafe_allow_html=True,
)
Expand Down Expand Up @@ -1184,7 +1184,7 @@ def integration_test_config_screen(
cancel = self.get_tab_url(MenuTabs.integrations)
self.integration_connect_screen(
"Configure your Copilot: Add a New Integration",
f'Run Saved ✅ ~ <ins>Connected</ins> ✅ ~ <a href="{cancel}">Test & Configure</a> ✅',
f'Run Saved ✅ • <b>Connected</b> ✅ <a href="{cancel}">Test & Configure</a> ✅',
)
with st.center():
if st.button("Return to Test & Configure"):
Expand Down

0 comments on commit df5ccd9

Please sign in to comment.