gaspar-avit commited on
Commit
34229c4
·
1 Parent(s): 08b0baf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -199,6 +199,7 @@ def generate_prediction(input_data):
199
  current_time = datetime.now().strftime("%H:%M:%S")
200
  st.write("Current Time =", current_time)
201
  st.write(input_data)
 
202
 
203
  prediction = MODEL.predict(input_data)
204
  st.write(prediction)
 
199
  current_time = datetime.now().strftime("%H:%M:%S")
200
  st.write("Current Time =", current_time)
201
  st.write(input_data)
202
+ st.write(input_data.dtypes)
203
 
204
  prediction = MODEL.predict(input_data)
205
  st.write(prediction)