netflypsb commited on
Commit
f0ff233
·
verified ·
1 Parent(s): f8c8ec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -4,10 +4,6 @@ import pandas as pd
4
  import plotly.graph_objs as go
5
  from st_pages import show_pages_from_config, add_page_title
6
 
7
- # Load pages from the TOML configuration file
8
- show_pages_from_config(".streamlit/pages_sections.toml")
9
-
10
- add_page_title("BBMA Oma Ally", "🌐") # Optionally add a title and icon to the current page
11
 
12
  def fetch_data(ticker, start_date, end_date):
13
  data = yf.download(ticker, start=start_date, end=end_date)
 
4
  import plotly.graph_objs as go
5
  from st_pages import show_pages_from_config, add_page_title
6
 
 
 
 
 
7
 
8
  def fetch_data(ticker, start_date, end_date):
9
  data = yf.download(ticker, start=start_date, end=end_date)