Update app.py
Browse files
app.py
CHANGED
|
@@ -282,8 +282,9 @@ def show_chats(idx, df, file, all_check):
|
|
| 282 |
|
| 283 |
def update_plot(df, file, all_check):
|
| 284 |
|
| 285 |
-
print(
|
| 286 |
-
|
|
|
|
| 287 |
|
| 288 |
if all_check or file is None or file == "":
|
| 289 |
loss_col = "avg_loss"
|
|
|
|
| 282 |
|
| 283 |
def update_plot(df, file, all_check):
|
| 284 |
|
| 285 |
+
print(df.columns)
|
| 286 |
+
|
| 287 |
+
print("avg_loss" in df.columns)
|
| 288 |
|
| 289 |
if all_check or file is None or file == "":
|
| 290 |
loss_col = "avg_loss"
|