WebashalarForML commited on
Commit
ca4468e
·
verified ·
1 Parent(s): 516851c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -254,6 +254,7 @@ def predict():
254
 
255
  def process_dataframe(df):
256
  try:
 
257
 
258
  # Define the columns needed for two parts.
259
  required_columns = ['Tag', 'EngCts', 'EngShp', 'EngQua', 'EngCol', 'EngCut', 'EngPol',
 
254
 
255
  def process_dataframe(df):
256
  try:
257
+ df = df[df["MkblAmt"].notna()]
258
 
259
  # Define the columns needed for two parts.
260
  required_columns = ['Tag', 'EngCts', 'EngShp', 'EngQua', 'EngCol', 'EngCut', 'EngPol',