dkasjdlwhf commited on
Commit
bd54cb1
·
verified ·
1 Parent(s): 9e66a31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
52
  label="Select or Type Ticker", value="AAPL", allow_custom_value=True
53
  )
54
  timeframe_input = gr.Dropdown(
55
- choices=["5 mins", "15 mins", "1 hr", "1 day", "1 week", "1 month", "1 year"],
56
  label="Timeframe", value="1 day"
57
  )
58
  btn = gr.Button("Predict Next Close")
 
52
  label="Select or Type Ticker", value="AAPL", allow_custom_value=True
53
  )
54
  timeframe_input = gr.Dropdown(
55
+ choices=["5 mins", "15 mins", "1 hr", "1 day", "1 week", "1 month"],
56
  label="Timeframe", value="1 day"
57
  )
58
  btn = gr.Button("Predict Next Close")