nbroad HF staff commited on
Commit
70e1f4f
1 Parent(s): 8a086a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -339,8 +339,8 @@ with gr.Blocks() as demo:
339
  with gr.Column():
340
  chat_b = gr.Chatbot(label="Model B", type="messages", height=1000)
341
 
342
- with gr.Row():
343
- plot = gr.Plot()
344
 
345
  lower_limit.change(
346
  filter_df,
@@ -353,7 +353,7 @@ with gr.Blocks() as demo:
353
  outputs=[idx, hidden_df],
354
  )
355
 
356
- hidden_df.change(update_plot, [hidden_df, file, all_check], plot)
357
 
358
  idx.change(
359
  show_chats,
 
339
  with gr.Column():
340
  chat_b = gr.Chatbot(label="Model B", type="messages", height=1000)
341
 
342
+ # with gr.Row():
343
+ # plot = gr.Plot()
344
 
345
  lower_limit.change(
346
  filter_df,
 
353
  outputs=[idx, hidden_df],
354
  )
355
 
356
+ # hidden_df.change(update_plot, [hidden_df, file, all_check], plot)
357
 
358
  idx.change(
359
  show_chats,