EnYa32 commited on
Commit
3547053
·
verified ·
1 Parent(s): 6fd38f2

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -86,7 +86,7 @@ input_df = pd.DataFrame([{
86
  'day': float(day),
87
  'pressure': float(pressure),
88
  'maxtemp': float(maxtemp),
89
- 'temperature': float(temperature),
90
  'mintemp': float(mintemp),
91
  'dewpoint': float(dewpoint),
92
  'humidity': float(humidity),
 
86
  'day': float(day),
87
  'pressure': float(pressure),
88
  'maxtemp': float(maxtemp),
89
+ 'temparature': float(temperature),
90
  'mintemp': float(mintemp),
91
  'dewpoint': float(dewpoint),
92
  'humidity': float(humidity),