Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
import streamlit as st
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
st.header("Our Services")
|
4 |
|
5 |
description = "We help you achieve justice and satisfaction through legal and ethical means."
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
logo_url = "https://www.example.com/your_logo.png" # Placeholder
|
4 |
+
|
5 |
+
st.markdown("""
|
6 |
+
<header>
|
7 |
+
<div class="container">
|
8 |
+
<div class="logo">
|
9 |
+
<img src="""" + logo_url + """" alt="Your Company Logo">
|
10 |
+
<h1>Your Company Name</h1>
|
11 |
+
</div>
|
12 |
+
<p class="slogan">Empowering Success, Together</p> </div>
|
13 |
+
</header>
|
14 |
+
""")
|
15 |
+
|
16 |
st.header("Our Services")
|
17 |
|
18 |
description = "We help you achieve justice and satisfaction through legal and ethical means."
|