Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ if "feedback_key" not in st.session_state:
|
|
| 18 |
|
| 19 |
if __name__ == "__main__":
|
| 20 |
# Ensure set_page_config is the first Streamlit command
|
| 21 |
-
st.set_page_config(page_title="
|
| 22 |
|
| 23 |
# Load external CSS for custom styling
|
| 24 |
with open("style.css", "r") as f:
|
|
@@ -27,7 +27,7 @@ if __name__ == "__main__":
|
|
| 27 |
# Main UI layout
|
| 28 |
st.markdown(
|
| 29 |
"""
|
| 30 |
-
<h1>
|
| 31 |
|
| 32 |
<div class="icon-container">
|
| 33 |
<!-- This yellowish box is the icon background -->
|
|
|
|
| 18 |
|
| 19 |
if __name__ == "__main__":
|
| 20 |
# Ensure set_page_config is the first Streamlit command
|
| 21 |
+
st.set_page_config(page_title="Proa Capital Assistant", layout="centered")
|
| 22 |
|
| 23 |
# Load external CSS for custom styling
|
| 24 |
with open("style.css", "r") as f:
|
|
|
|
| 27 |
# Main UI layout
|
| 28 |
st.markdown(
|
| 29 |
"""
|
| 30 |
+
<h1>Proa Capital</h1>
|
| 31 |
|
| 32 |
<div class="icon-container">
|
| 33 |
<!-- This yellowish box is the icon background -->
|