ashhal commited on
Commit
7c737b8
·
verified ·
1 Parent(s): ed28f2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -558,7 +558,7 @@ def explain_standard_interface(standard, user_data):
558
  # Create the main application interface with modern design
559
  def create_app():
560
  with gr.Blocks(
561
- theme=gr.themes.Monochrome().set(
562
  primary_hue=gr.themes.colors.blue,
563
  secondary_hue=gr.themes.colors.cyan,
564
  neutral_hue=gr.themes.colors.slate,
 
558
  # Create the main application interface with modern design
559
  def create_app():
560
  with gr.Blocks(
561
+ theme=gr.themes.Monochrome(
562
  primary_hue=gr.themes.colors.blue,
563
  secondary_hue=gr.themes.colors.cyan,
564
  neutral_hue=gr.themes.colors.slate,