Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from gradio_modal import Modal
|
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
gr.Textbox()
|
6 |
-
with
|
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()
|