Rulga commited on
Commit
e960ed8
·
1 Parent(s): 1788451

style: enhance header formatting for improved visibility and clarity

Browse files
Files changed (1) hide show
  1. app.py +9 -4
app.py CHANGED
@@ -27,10 +27,15 @@ if 'kb_info' not in st.session_state:
27
  # st.title("www.Status.Law Legal Assistant")
28
 
29
  st.markdown(
30
- '<a href="https://status.law/" style="text-decoration: underline; color: blue;">'
31
- 'Status.Law'
32
- '</a>'
33
- ' Legal Assistant',
 
 
 
 
 
34
  unsafe_allow_html=True
35
  )
36
 
 
27
  # st.title("www.Status.Law Legal Assistant")
28
 
29
  st.markdown(
30
+ '''
31
+ <h1>
32
+ ⚖️
33
+ <a href="https://status.law/" style="text-decoration: underline; color: blue; font-size: inherit;">
34
+ Status.Law
35
+ </a>
36
+ Legal Assistant
37
+ </h1>
38
+ ''',
39
  unsafe_allow_html=True
40
  )
41