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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,8 +81,8 @@ 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="purple", # Set a bright magenta as secondary color
85
- neutral_hue="yellow" # Optionally set a neutral color
86
 
87
  )
88
  #with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green", secondary_hue="green")) as QUIZBOT:
 
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="yellow", # Set a bright magenta as secondary color
85
+ neutral_hue="purple" # Optionally set a neutral color
86
 
87
  )
88
  #with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green", secondary_hue="green")) as QUIZBOT: