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