Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
cffb259
1
Parent(s):
92e2198
push
Browse files
app.py
CHANGED
@@ -237,8 +237,10 @@ chatbot = gr.Chatbot(
|
|
237 |
layout="panel",
|
238 |
height=700
|
239 |
)
|
240 |
-
|
241 |
-
|
|
|
|
|
242 |
with gr.Column():
|
243 |
gr.Markdown("## quantineuron.com: IM.analyst - Building the Future of Investing")
|
244 |
|
|
|
237 |
layout="panel",
|
238 |
height=700
|
239 |
)
|
240 |
+
theme = gr.themes.Citrus(
|
241 |
+
primary_hue="cyan",
|
242 |
+
)
|
243 |
+
with gr.Blocks(theme=theme) as demo:
|
244 |
with gr.Column():
|
245 |
gr.Markdown("## quantineuron.com: IM.analyst - Building the Future of Investing")
|
246 |
|