Skip to content

Commit

Permalink
refactor: tweak UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 16, 2023
1 parent 741532d commit a2a5478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def summarize_text(content, style, language, progress=gr.Progress()):
language_dropdown = gr.Dropdown(
choices=LANGUAGES,
value=LANGUAGES[0],
label="Language",
label="Response language",
)

start_button = gr.Button("Generate Summary", variant="primary")
Expand Down

0 comments on commit a2a5478

Please sign in to comment.