Files
FX-QUANT-SCAN/archive/old_pages/Home.py
T

6 lines
204 B
Python

# Quant_framework/app/Home.py
import streamlit as st
st.set_page_config(page_title="Quant Dashboard", layout="wide")
st.title("Quant Framework")
st.markdown("Welcome! Select a tab on the left to begin.")