fruitpicker01 commited on
Commit
5adfb47
·
verified ·
1 Parent(s): c5e6cf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -331,11 +331,11 @@ with gr.Blocks() as demo:
331
 
332
  # Отдельная строка для кнопок
333
  with gr.Row():
334
- gr.Button("", visible=False, style="width:100%; height:50px;")
335
- gr.Button("👍", style="width:100%; height:50px;")
336
- gr.Button("👍", style="width:100%; height:50px;")
337
- gr.Button("👍", style="width:100%; height:50px;")
338
- gr.Button("👍", style="width:100%; height:50px;")
339
 
340
 
341
  # Использование сохраненных переменных в следующем блоке
 
331
 
332
  # Отдельная строка для кнопок
333
  with gr.Row():
334
+ gr.Button("", visible=False)
335
+ gr.Button("👍")
336
+ gr.Button("👍")
337
+ gr.Button("👍")
338
+ gr.Button("👍")
339
 
340
 
341
  # Использование сохраненных переменных в следующем блоке