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