deepsodha commited on
Commit
dab16b0
Β·
verified Β·
1 Parent(s): d2f26e8

Update financegpt/app.py

Browse files
Files changed (1) hide show
  1. financegpt/app.py +1 -1
financegpt/app.py CHANGED
@@ -4,7 +4,7 @@ import yaml
4
  from pathlib import Path
5
 
6
  def main():
7
- st.set_page_config(page_title="FinanceGPT Demo", page_icon="πŸ’°", layout="centered")
8
  st.title("πŸ’° FinanceGPT β€” Financial Q&A Demo")
9
 
10
  CONFIG_PATH = Path(__file__).resolve().parent / "config.yaml"
 
4
  from pathlib import Path
5
 
6
  def main():
7
+ st.set_page_config(page_title="FinanceGPT Demo", page_icon="πŸ’°", layout="wide")
8
  st.title("πŸ’° FinanceGPT β€” Financial Q&A Demo")
9
 
10
  CONFIG_PATH = Path(__file__).resolve().parent / "config.yaml"