Spaces:
Sleeping
Sleeping
Commit
·
dac4384
1
Parent(s):
1500a44
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,6 @@ with gr.Blocks(title="Josiah's Gradio Playground") as playground:
|
|
4 |
with gr.Tab("1. first"):
|
5 |
gr.Markdown("you're on 1")
|
6 |
with gr.Tab("2. third"):
|
7 |
-
gr.Markdown("you're on second")
|
|
|
|
|
|
4 |
with gr.Tab("1. first"):
|
5 |
gr.Markdown("you're on 1")
|
6 |
with gr.Tab("2. third"):
|
7 |
+
gr.Markdown("you're on second")
|
8 |
+
|
9 |
+
playground.launch()
|