corrected spelling
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def output_results(start_date, end_date, tickers_string):
|
|
93 |
|
94 |
with gr.Blocks() as app:
|
95 |
with gr.Row():
|
96 |
-
|
97 |
|
98 |
with gr.Row():
|
99 |
start_date = gr.Textbox("2013-01-01", label="Start Date")
|
|
|
93 |
|
94 |
with gr.Blocks() as app:
|
95 |
with gr.Row():
|
96 |
+
gr.HTML("<h1>Bohmian's Stock Portfolio Optimizer</h1>")
|
97 |
|
98 |
with gr.Row():
|
99 |
start_date = gr.Textbox("2013-01-01", label="Start Date")
|