Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ def predict():
|
|
207 |
|
208 |
def process_dataframe(df):
|
209 |
try:
|
210 |
-
df = df[df["MkblAmt"].notna()]
|
211 |
|
212 |
# Define the columns needed for two parts.
|
213 |
required_columns = ['Tag', 'EngCts', 'EngShp', 'EngQua', 'EngCol', 'EngCut', 'EngPol',
|
|
|
207 |
|
208 |
def process_dataframe(df):
|
209 |
try:
|
210 |
+
#df = df[df["MkblAmt"].notna()]
|
211 |
|
212 |
# Define the columns needed for two parts.
|
213 |
required_columns = ['Tag', 'EngCts', 'EngShp', 'EngQua', 'EngCol', 'EngCut', 'EngPol',
|