Skip to content

Commit

Permalink
fix(gradio): api key field placeholder (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst authored Sep 4, 2024
1 parent 8510723 commit d4dd718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbally/gradio/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def create_interface(self) -> gr.Interface:
with gr.Column():
api_key = gr.Textbox(
label="API Key",
placeholder="Enter your API Key (optional)",
placeholder="Enter your API Key",
type="password",
interactive=bool(views),
)
Expand Down

0 comments on commit d4dd718

Please sign in to comment.