James MacQuillan commited on
Commit
cffb259
·
1 Parent(s): 92e2198
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -237,8 +237,10 @@ chatbot = gr.Chatbot(
237
  layout="panel",
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
 
 
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