pschofield2 commited on
Commit
f3cb51d
·
verified ·
1 Parent(s): e1a4603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ description = """We gave Ann-E a name, but not a personality. It's time to chang
277
 
278
  # Gradio Interface
279
  iface = gr.Interface(fn=analyze_stock,
280
- inputs=gr.Textbox(label = 'Enter a Ticker'),
281
  outputs= [
282
  gr.Markdown(label = 'Ann-E Response'),
283
  #gr.Textbox(label = 'Ann-E Response'),
 
277
 
278
  # Gradio Interface
279
  iface = gr.Interface(fn=analyze_stock,
280
+ inputs=gr.Textbox(label = 'Enter a Ticker', value = 'AAPL'),
281
  outputs= [
282
  gr.Markdown(label = 'Ann-E Response'),
283
  #gr.Textbox(label = 'Ann-E Response'),