joao-vectara commited on
Commit
1a7a69b
·
verified ·
1 Parent(s): 4063a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="STC Bank Assistant", layout="centered")
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>Digital Bank</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 -->