Skip to content

Commit

Permalink
changed workflow title from h2 to h1
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Sep 19, 2023
1 parent b6678c2 commit 4868aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def render(self):

root_url = self.app_url(example_id=example_id)
st.write(
f'## <a style="text-decoration: none;" target="_top" href="{root_url}">{st.session_state.get(StateKeys.page_title)}</a>',
f'# <a style="text-decoration: none;" target="_top" href="{root_url}">{st.session_state.get(StateKeys.page_title)}</a>',
unsafe_allow_html=True,
)
st.write(st.session_state.get(StateKeys.page_notes))
Expand Down

0 comments on commit 4868aa3

Please sign in to comment.