Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
92e2198
1
Parent(s):
671279d
push
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ chatbot = gr.Chatbot(
|
|
238 |
height=700
|
239 |
)
|
240 |
|
241 |
-
with gr.Blocks(theme=
|
242 |
with gr.Column():
|
243 |
gr.Markdown("## quantineuron.com: IM.analyst - Building the Future of Investing")
|
244 |
|
|
|
238 |
height=700
|
239 |
)
|
240 |
|
241 |
+
with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
242 |
with gr.Column():
|
243 |
gr.Markdown("## quantineuron.com: IM.analyst - Building the Future of Investing")
|
244 |
|