aliabid94 HF staff commited on
Commit
06c284e
1 Parent(s): b6b4588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from gradio_modal import Modal
3
 
4
  with gr.Blocks() as demo:
5
  gr.Textbox()
6
- with gr.Modal(visible=True):
7
  gr.Number()
8
 
9
  demo.launch()
 
3
 
4
  with gr.Blocks() as demo:
5
  gr.Textbox()
6
+ with Modal(visible=True):
7
  gr.Number()
8
 
9
  demo.launch()