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