xferdie commited on
Commit
bd9526f
·
verified ·
1 Parent(s): 1f00de5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def stockprice(stockname,number_of_samples):
73
 
74
  interface = gr.Interface(fn = stockprice,
75
  inputs = [gr.Textbox(lines=1, placeholder="Enter STOCK-TICKER", label="STOCKNAME"),
76
- gr.Slider(minimum=0, maximum=150, step=1, default=5, label="Number of Sample to Predict")],
77
  outputs = ["dataframe","plot"],
78
  description="LSTM STOCK PREDICTION")
79
 
 
73
 
74
  interface = gr.Interface(fn = stockprice,
75
  inputs = [gr.Textbox(lines=1, placeholder="Enter STOCK-TICKER", label="STOCKNAME"),
76
+ gr.Slider(minimum=0, maximum=150, step=1, label="Number of Sample to Predict")],
77
  outputs = ["dataframe","plot"],
78
  description="LSTM STOCK PREDICTION")
79