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