Skip to content

Commit

Permalink
chore(format): run black on main (#487)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 27, 2024
1 parent c6882ee commit e54eb16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/web/webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ def main():
interactive=True,
)
top_k_slider = gr.Slider(
minimum=1, maximum=20, step=1, value=ex[0][3], label="top_K", interactive=True
minimum=1,
maximum=20,
step=1,
value=ex[0][3],
label="top_K",
interactive=True,
)

with gr.Row():
Expand Down

0 comments on commit e54eb16

Please sign in to comment.