Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ def main():
|
|
| 125 |
st.session_state.current_user = None
|
| 126 |
|
| 127 |
# Header
|
| 128 |
-
st.markdown("<h1 class='main-header'>
|
| 129 |
st.markdown("<p class='main-tagline'>Empowering Legal Intelligence: Automate, Analyze, Act.</p>", unsafe_allow_html=True)
|
| 130 |
|
| 131 |
# Sidebar navigation with admin access
|
|
|
|
| 125 |
st.session_state.current_user = None
|
| 126 |
|
| 127 |
# Header
|
| 128 |
+
st.markdown("<h1 class='main-header'>Synaptyx.AI - Legal AI agent based solution</h1>", unsafe_allow_html=True)
|
| 129 |
st.markdown("<p class='main-tagline'>Empowering Legal Intelligence: Automate, Analyze, Act.</p>", unsafe_allow_html=True)
|
| 130 |
|
| 131 |
# Sidebar navigation with admin access
|