Spaces:
Runtime error
Runtime error
Commit
•
040c712
1
Parent(s):
5235656
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks().queue() as demo:
|
|
87 |
|
88 |
btn = gr.Button("Generate level")
|
89 |
with gr.Row():
|
90 |
-
with gr.
|
91 |
level_play = gr.HTML()
|
92 |
level_image = gr.Image()
|
93 |
btn.click(fn=generate, inputs=[pipes, enemies, blocks, elevation, temperature, level_size, text_prompt], outputs=[level_image, level_play])
|
|
|
87 |
|
88 |
btn = gr.Button("Generate level")
|
89 |
with gr.Row():
|
90 |
+
with gr.Group():
|
91 |
level_play = gr.HTML()
|
92 |
level_image = gr.Image()
|
93 |
btn.click(fn=generate, inputs=[pipes, enemies, blocks, elevation, temperature, level_size, text_prompt], outputs=[level_image, level_play])
|