joyson072 commited on
Commit
460d497
1 Parent(s): 03c8e33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,5 +79,5 @@ def forecast_temp(no_of_samples):
79
 
80
  interface = gr.Interface(fn = forecast_temp,
81
  inputs = gr.inputs.Slider(minimum=0, maximum=50, step=1, default=5, label="Number of Sample to Predict"),
82
- outputs = ["dataframe","plot"],description="Max Temp Prediction of a day")
83
  interface.launch()
79
 
80
  interface = gr.Interface(fn = forecast_temp,
81
  inputs = gr.inputs.Slider(minimum=0, maximum=50, step=1, default=5, label="Number of Sample to Predict"),
82
+ outputs = ["dataframe","plot"],description="Max Temp Prediction of next day")
83
  interface.launch()