Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks() as app:
|
|
58 |
with gr.Row():
|
59 |
start_date = gr.Textbox("2013-01-01", label="Start Date")
|
60 |
end_date = gr.Textbox(datetime.now().date(), label="End Date")
|
61 |
-
tickers_string = gr.Textbox("AAPL,
|
62 |
btn = gr.Button("Show Efficient Frontier")
|
63 |
|
64 |
fig_efficient_frontier = gr.Plot(label="Efficient Frontier")
|
|
|
58 |
with gr.Row():
|
59 |
start_date = gr.Textbox("2013-01-01", label="Start Date")
|
60 |
end_date = gr.Textbox(datetime.now().date(), label="End Date")
|
61 |
+
tickers_string = gr.Textbox("AAPL,MSFT,AMZN", label="Enter tickers separated by comma")
|
62 |
btn = gr.Button("Show Efficient Frontier")
|
63 |
|
64 |
fig_efficient_frontier = gr.Plot(label="Efficient Frontier")
|