Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|