Spaces:
Sleeping
Sleeping
NCTCMumbai
commited on
Commit
•
b8d8532
1
Parent(s):
0d0cdb8
Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,8 @@ def json_to_excel(output_json):
|
|
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"
|
86 |
-
|
87 |
)
|
88 |
#with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green", secondary_hue="green")) as QUIZBOT:
|
89 |
with gr.Blocks(title="Quiz Maker", theme=colorful_theme) as QUIZBOT:
|
|
|
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 |
)
|
88 |
#with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green", secondary_hue="green")) as QUIZBOT:
|
89 |
with gr.Blocks(title="Quiz Maker", theme=colorful_theme) as QUIZBOT:
|