Spaces:
Sleeping
Sleeping
style: enhance header formatting for improved visibility and clarity
Browse files
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 |
-
'
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
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 |
|