File size: 134 Bytes
ea186b5
 
e9e1c86
 
ea186b5
 
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
    gr.Markdown("# Welcome to the TradingGEN app")

demo.launch(auth=("admin","admin"))