bohmian commited on
Commit
7ee8e05
1 Parent(s): 2f32199

corrected spelling

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- gradio.HTML("<h1>Bohmian's Stock Portfolio Optimizer</h1>")
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")