Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
984d23f
1
Parent(s):
725b69e
Update app.py
Browse files
app.py
CHANGED
@@ -111,9 +111,9 @@ def call_inf_server(prompt, openai_key):
|
|
111 |
# FROM HERE ----->
|
112 |
with gr.Blocks(
|
113 |
theme = gr.themes.Glass(
|
114 |
-
primary_hue="
|
115 |
-
secondary_hue="
|
116 |
-
neutral_hue="
|
117 |
)
|
118 |
|
119 |
)as demo:
|
|
|
111 |
# FROM HERE ----->
|
112 |
with gr.Blocks(
|
113 |
theme = gr.themes.Glass(
|
114 |
+
primary_hue="amber",
|
115 |
+
secondary_hue="nautral",
|
116 |
+
neutral_hue="rose",
|
117 |
)
|
118 |
|
119 |
)as demo:
|