James MacQuillan commited on
Commit
92e2198
·
1 Parent(s): 671279d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ chatbot = gr.Chatbot(
238
  height=700
239
  )
240
 
241
- with gr.Blocks(theme=theme) as demo:
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