Spaces:
Running
Running
Update app.py
Browse files
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="
|
85 |
-
neutral_hue="
|
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:
|