Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
with gr.Blocks(css=".button {min-width:
|
4 |
with gr.Row():
|
5 |
[gr.Button(value=str(i)).style(full_width=False) for i in range(10)]
|
6 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
with gr.Blocks(css=".button {min-width:15px;background:transparent;}") as demo:
|
4 |
with gr.Row():
|
5 |
[gr.Button(value=str(i)).style(full_width=False) for i in range(10)]
|
6 |
|