Update app.py
Browse files
app.py
CHANGED
@@ -2,12 +2,6 @@ import streamlit as st
|
|
2 |
import yfinance as yf
|
3 |
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 |
# Define ticker symbols for various stock exchanges
|
13 |
stock_exchanges = {
|
|
|
2 |
import yfinance as yf
|
3 |
import pandas as pd
|
4 |
import plotly.graph_objs as go
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
# Define ticker symbols for various stock exchanges
|
7 |
stock_exchanges = {
|