Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import spacy
|
|
| 13 |
|
| 14 |
# Ensure this is the first Streamlit command
|
| 15 |
st.set_page_config(
|
| 16 |
-
page_title="
|
| 17 |
page_icon="⚖️",
|
| 18 |
layout="wide",
|
| 19 |
initial_sidebar_state="expanded"
|
|
@@ -179,7 +179,7 @@ def main():
|
|
| 179 |
|
| 180 |
# Show welcome message for non-authenticated users
|
| 181 |
st.markdown("""
|
| 182 |
-
## Welcome to
|
| 183 |
Please login to access the legal analysis tools.
|
| 184 |
|
| 185 |
### Available Features:
|
|
|
|
| 13 |
|
| 14 |
# Ensure this is the first Streamlit command
|
| 15 |
st.set_page_config(
|
| 16 |
+
page_title="Synaptyx.AI - Legal Agent : Empowering Legal Intelligence",
|
| 17 |
page_icon="⚖️",
|
| 18 |
layout="wide",
|
| 19 |
initial_sidebar_state="expanded"
|
|
|
|
| 179 |
|
| 180 |
# Show welcome message for non-authenticated users
|
| 181 |
st.markdown("""
|
| 182 |
+
## Welcome to Synaptyx.AI Legal Agent
|
| 183 |
Please login to access the legal analysis tools.
|
| 184 |
|
| 185 |
### Available Features:
|