pknayak commited on
Commit
e9e1c86
1 Parent(s): ea186b5

Update app.py

Browse files

* adding code for testing the auth on the go

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
2
 
 
 
3
 
4
  demo.launch(auth=("admin","admin"))
 
1
  import gradio as gr
2
 
3
+ with gr.Blocks() as demo:
4
+ gr.Markdown("# Welcome to the TradingGEN app")
5
 
6
  demo.launch(auth=("admin","admin"))