Andrei Shadrikov
commited on
Commit
·
0d1e77c
1
Parent(s):
c3edca2
themes
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ tabbed_interface = gr.TabbedInterface(
|
|
121 |
)
|
122 |
'''
|
123 |
|
124 |
-
with gr.Blocks() as tabbed_interface:
|
125 |
with gr.Tab("В текст"):
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|
|
|
121 |
)
|
122 |
'''
|
123 |
|
124 |
+
with gr.Blocks(theme=gr.themes.Default(primary_hue="#2AD6B5", secondary_hue=gr.themes.colors.pink)) as tabbed_interface:
|
125 |
with gr.Tab("В текст"):
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|