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