James MacQuillan commited on
Commit
700d3fd
·
1 Parent(s): c692e62
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,7 +271,7 @@ with gr.Blocks(theme=theme) as demo:
271
  with gr.Column():
272
  gr.Markdown("## quantineuron.com: IM.analyst - Building the Future of Investing")
273
  with gr.Column():
274
- investing_style = gr.Textbox(
275
  label="Describe Your Investing Style",
276
  placeholder="e.g., Long-term growth with moderate risk tolerance in tech and healthcare stocks"
277
  )
 
271
  with gr.Column():
272
  gr.Markdown("## quantineuron.com: IM.analyst - Building the Future of Investing")
273
  with gr.Column():
274
+ investing_style = gr.Text(
275
  label="Describe Your Investing Style",
276
  placeholder="e.g., Long-term growth with moderate risk tolerance in tech and healthcare stocks"
277
  )