mirror of
https://github.com/777r1NTR/FX-QUANT-SCAN.git
synced 2026-08-22 21:08:06 +00:00
6 lines
204 B
Python
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.")
|