Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
| 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")
|