Update app.py
Browse files
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',
|