pschofield2 commited on
Commit
21ff4a0
·
verified ·
1 Parent(s): 017f01d

Update app.py

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