Spaces:
Sleeping
Sleeping
hashirehtisham
commited on
Commit
•
09d61eb
1
Parent(s):
6f10b82
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
from ai71 import AI71
|
3 |
|
4 |
# Access the API key from Streamlit secrets
|
@@ -9,7 +9,7 @@ client = AI71(ai71_api_key)
|
|
9 |
|
10 |
# Set page config with title and favicon
|
11 |
st.set_page_config(
|
12 |
-
page_title="
|
13 |
page_icon="assets/lawyer_icon.png", # Replace with your favicon path
|
14 |
)
|
15 |
|
|
|
1 |
+
import streamlit as st
|
2 |
from ai71 import AI71
|
3 |
|
4 |
# Access the API key from Streamlit secrets
|
|
|
9 |
|
10 |
# Set page config with title and favicon
|
11 |
st.set_page_config(
|
12 |
+
page_title="LegalEase 🧑⚖️",
|
13 |
page_icon="assets/lawyer_icon.png", # Replace with your favicon path
|
14 |
)
|
15 |
|