Andrei Shadrikov commited on
Commit
a26c36e
·
1 Parent(s): 0d1e77c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ tabbed_interface = gr.TabbedInterface(
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():
 
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():