Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
-
|
|
|
5 |
|
6 |
demo.launch(debug=True)
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
+
with gr.Row():
|
5 |
+
[gr.Button() for i in range(10)]
|
6 |
|
7 |
demo.launch(debug=True)
|