Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
dca0732
1
Parent(s):
8f466d2
Update app.py
Browse files
app.py
CHANGED
@@ -111,14 +111,13 @@ def call_inf_server(prompt, openai_key):
|
|
111 |
return response
|
112 |
|
113 |
# ------ STYLES --- ////////////////////////////////////////////////////////////////////
|
114 |
-
with gr.Blocks(
|
115 |
-
theme=gr.themes.Glass(),
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
) as demo: # LEAVE THIS - IMPORTANT
|
121 |
-
# ///
|
122 |
# ------ TO HERE //////////////////////////////////////////////////////////////////
|
123 |
|
124 |
gr.Markdown(
|
|
|
111 |
return response
|
112 |
|
113 |
# ------ STYLES --- ////////////////////////////////////////////////////////////////////
|
114 |
+
with gr.Blocks(
|
115 |
+
theme=gr.themes.Glass(),
|
116 |
+
primary_hue="amber",
|
117 |
+
secondary_hue="neutral",
|
118 |
+
neutral_hue="rose",
|
119 |
+
|
120 |
+
) as demo: # LEAVE THIS - IMPORTANT
|
|
|
121 |
# ------ TO HERE //////////////////////////////////////////////////////////////////
|
122 |
|
123 |
gr.Markdown(
|