From c1a4590d545bf68035c8e6a2f43cec04f380f2f8 Mon Sep 17 00:00:00 2001 From: AlUlkesh <99896447+AlUlkesh@users.noreply.github.com> Date: Wed, 8 Feb 2023 02:46:28 +0100 Subject: [PATCH] Fix wrong merge conflict --- scripts/images_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/images_history.py b/scripts/images_history.py index 10c37c3..1242114 100644 --- a/scripts/images_history.py +++ b/scripts/images_history.py @@ -546,7 +546,7 @@ def create_tab(tabname): next_page = gr.Button('Next Page') end_page = gr.Button('End Page') with gr.Column(scale=10): - ranking = gr.Radio(value="None", choices=["1", "2", "3", "4", "5", "None"], label="ranking", interactive=True, visible=False) + ranking = gr.Radio(value="None", choices=["1", "2", "3", "4", "5", "None"], label="ranking", elem_id=f"{tabname}_images_ranking", interactive=True, visible=False) auto_next = gr.Checkbox(label="Next Image After Ranking (To be implemented)", interactive=False, visible=False) history_gallery = gr.Gallery(show_label=False, elem_id=tabname + "_images_history_gallery").style(grid=opts.images_history_page_columns) with gr.Row() as delete_panel: