Invicto69 commited on
Commit
45a96c2
·
verified ·
1 Parent(s): 27a7d99

Delete streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +0 -11
streamlit_app.py DELETED
@@ -1,11 +0,0 @@
1
- import streamlit as st
2
-
3
- st.set_page_config(page_title="Algorithmic Trading Dashboard", layout="wide", initial_sidebar_state="auto",
4
- menu_items=None, page_icon=":chart_with_upwards_trend:")
5
-
6
- dashboard = st.Page("pages/dashboard.py", title="Dashboard")
7
- complete_test = st.Page("pages/complete_backtest.py", title="Nifty50 Test")
8
-
9
- pg = st.navigation([dashboard, complete_test])
10
-
11
- pg.run()