Skip to content

Commit

Permalink
Update Search Term Text
Browse files Browse the repository at this point in the history
  • Loading branch information
BlafKing committed Sep 27, 2023
1 parent 2c3a4a7 commit 30c1575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/civitai_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def on_ui_tabs():
show_nsfw = gr.Checkbox(label="NSFW content", value=False, elem_id=toggle3)
with gr.Row():
with gr.Column(scale=3,min_width=300):
search_term = gr.Textbox(label="Search Term (press ctrl+Enter or alt+Enter to search):", interactive=True, lines=1)
search_term = gr.Textbox(label="Search Term (Ctrl+Enter/Alt+Enter or Refresh to search):", interactive=True, lines=1)
with gr.Column(scale=2,min_width=120):
use_search_term = gr.Radio(label="Search:", choices=["Model name", "User name", "Tag"],value="Model name")
with gr.Column(scale=1,min_width=160 ):
Expand Down

0 comments on commit 30c1575

Please sign in to comment.