Invicto69 commited on
Commit
46ad9ed
·
verified ·
1 Parent(s): 4def395

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(fill_width=True) as app:
45
  interval = gr.Dropdown(limits['interval'].tolist(), label='Select Interval', value=None)
46
 
47
  period_list = ['1d', '5d', '1mo', '3mo', '6mo', '1y', '2y', '5y', '10y', 'ytd', 'max']
48
- period = gr.Dropdown(label = 'Select Period', choices=[])
49
 
50
  # Updating period based on interval
51
  def update_period(interval):
 
45
  interval = gr.Dropdown(limits['interval'].tolist(), label='Select Interval', value=None)
46
 
47
  period_list = ['1d', '5d', '1mo', '3mo', '6mo', '1y', '2y', '5y', '10y', 'ytd', 'max']
48
+ period = gr.Dropdown(label = 'Select Period', choices=["max"], value="max")
49
 
50
  # Updating period based on interval
51
  def update_period(interval):