James MacQuillan commited on
Commit
e33a6b6
·
1 Parent(s): cffb259
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -237,9 +237,7 @@ chatbot = gr.Chatbot(
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")
 
237
  layout="panel",
238
  height=700
239
  )
240
+ theme = gr.themes.Ocean()
 
 
241
  with gr.Blocks(theme=theme) as demo:
242
  with gr.Column():
243
  gr.Markdown("## quantineuron.com: IM.analyst - Building the Future of Investing")