WebashalarForML commited on
Commit
4763a72
·
verified ·
1 Parent(s): 5614a78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ def predict():
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',
 
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',