test2
Browse files
app.py
CHANGED
@@ -17,6 +17,4 @@ print("heyhey")
|
|
17 |
with gr.Blocks() as demo:
|
18 |
for c in [component, component]:
|
19 |
c()
|
20 |
-
gr.Textbox("World")
|
21 |
-
|
22 |
-
demo.launch()
|
|
|
17 |
with gr.Blocks() as demo:
|
18 |
for c in [component, component]:
|
19 |
c()
|
20 |
+
gr.Textbox("World")
|
|
|
|