Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'),
|