NCTCMumbai commited on
Commit
e658261
1 Parent(s): b8d8532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def json_to_excel(output_json):
81
  # Define a colorful theme
82
  colorful_theme = gr.themes.Default(
83
  primary_hue="cyan", # Set a bright cyan as primary color
84
- secondary_hue="magenta", # Set a bright magenta as secondary color
85
  neutral_hue="yellow" # Optionally set a neutral color
86
 
87
  )
 
81
  # Define a colorful theme
82
  colorful_theme = gr.themes.Default(
83
  primary_hue="cyan", # Set a bright cyan as primary color
84
+ secondary_hue="purple", # Set a bright magenta as secondary color
85
  neutral_hue="yellow" # Optionally set a neutral color
86
 
87
  )