Skip to content

Commit

Permalink
fix(webui): input textbox not editable (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama authored Jun 26, 2024
1 parent c00ba37 commit 0716d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/web/webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def main():
lines=4,
placeholder="Please Input Text...",
value=default_text,
interactive=True,
)

with gr.Row():
Expand Down

0 comments on commit 0716d56

Please sign in to comment.