Skip to content

Commit

Permalink
Update Media_edit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmusser01 committed Nov 2, 2024
1 parent b0b93c6 commit 7700232
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions App_Function_Libraries/Gradio_UI/Media_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ def create_prompt_edit_tab():
choices=[],
interactive=True
)
prev_page_button = gr.Button("Previous Page", visible=False)
page_display = gr.Markdown("Page 1 of X", visible=False)
next_page_button = gr.Button("Next Page", visible=False)
page_display = gr.Markdown("Page 1 of X", visible=False)
prev_page_button = gr.Button("Previous Page", visible=False)
prompt_list_button = gr.Button("List Prompts")

with gr.Column():
Expand Down Expand Up @@ -360,9 +360,9 @@ def create_prompt_clone_tab():
choices=[],
interactive=True
)
prev_page_button = gr.Button("Previous Page", visible=False)
page_display = gr.Markdown("Page 1 of X", visible=False)
next_page_button = gr.Button("Next Page", visible=False)
page_display = gr.Markdown("Page 1 of X", visible=False)
prev_page_button = gr.Button("Previous Page", visible=False)
prompt_list_button = gr.Button("List Prompts")

with gr.Column():
Expand Down

0 comments on commit 7700232

Please sign in to comment.