# app.py import gradio as gr with gr.Blocks(theme=gr.themes.Base(), css="body { background-color: #0f0f0f; }") as app: with gr.Column(elem_id="centered-content"): gr.Markdown(""" ## OptionStrat Flow Truy cập Option Flow """) app.launch()