Rooni commited on
Commit
16108ce
·
1 Parent(s): 8dd67e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ css = """
27
  footer {visibility: hidden !important;}
28
  """
29
  # Создание интерфейса с помощью Gradio
30
- with gr.Blocks() as demo:
31
  with gr.Row():
32
  code = gr.Textbox(label="Ключ доступа")
33
  with gr.Row():
 
27
  footer {visibility: hidden !important;}
28
  """
29
  # Создание интерфейса с помощью Gradio
30
+ with gr.Blocks(css=css, theme='YTheme/Sketch') as demo:
31
  with gr.Row():
32
  code = gr.Textbox(label="Ключ доступа")
33
  with gr.Row():