nbroad commited on
Commit
30af7cd
·
verified ·
1 Parent(s): 67f58d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -281,6 +281,10 @@ def show_chats(idx, df, file, all_check):
281
  btn.click(lambda: gr.Textbox(value=""), None, text)
282
 
283
  def update_plot(df, file, all_check):
 
 
 
 
284
  if all_check or file is None or file == "":
285
  loss_col = "avg_loss"
286
  else:
 
281
  btn.click(lambda: gr.Textbox(value=""), None, text)
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"
290
  else: