pschofield2 commited on
Commit
14e4d5f
·
verified ·
1 Parent(s): 22e9a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -278,7 +278,8 @@ description = """We gave Ann-E a name, but not a personality. It's time to chang
278
  iface = gr.Interface(fn=analyze_stock,
279
  inputs=gr.Textbox(label = 'Enter a Ticker'),
280
  outputs= [
281
- gr.Textbox(label = 'Ann-E Response'),
 
282
  gr.Textbox(label = 'Prompt for Model (behind the scenes).')
283
  ],
284
  title="Demo: Predictive Alpha + Stock Analysis GPT Model",
 
278
  iface = gr.Interface(fn=analyze_stock,
279
  inputs=gr.Textbox(label = 'Enter a Ticker'),
280
  outputs= [
281
+ gr.Markdown(label = 'Ann-E Response'),
282
+ #gr.Textbox(label = 'Ann-E Response'),
283
  gr.Textbox(label = 'Prompt for Model (behind the scenes).')
284
  ],
285
  title="Demo: Predictive Alpha + Stock Analysis GPT Model",