cakiki commited on
Commit
430daa6
·
1 Parent(s): f8a7bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- with gr.Blocks(css="#b {min-width:15px;background:transparent;border:white;box-shadow:none;}") as demo:
4
  with gr.Row():
5
  [gr.Button(value=str(i), elem_id="b").style(full_width=False) for i in range(10)]
6
 
 
1
  import gradio as gr
2
 
3
+ with gr.Blocks(css="#b {min-width:15px;background:transparent;border:white;}") as demo:
4
  with gr.Row():
5
  [gr.Button(value=str(i), elem_id="b").style(full_width=False) for i in range(10)]
6