nbroad commited on
Commit
8a086a3
·
verified ·
1 Parent(s): 30af7cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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(type(df))
286
- print(df)
 
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"