ShawnRu commited on
Commit
baa93c3
Β·
verified Β·
1 Parent(s): e9afe7e

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +2 -1
src/webui.py CHANGED
@@ -115,7 +115,8 @@ def create_interface():
115
  api_key_gr = gr.Textbox(
116
  label="πŸ”‘ Enter your API-Key",
117
  placeholder="Please enter your API-Key from ChatGPT or DeepSeek.",
118
- type="password"
 
119
  )
120
  base_url_gr = gr.Textbox(
121
  label="πŸ”— Enter your Base-URL",
 
115
  api_key_gr = gr.Textbox(
116
  label="πŸ”‘ Enter your API-Key",
117
  placeholder="Please enter your API-Key from ChatGPT or DeepSeek.",
118
+ value="xxx",
119
+ type="password",
120
  )
121
  base_url_gr = gr.Textbox(
122
  label="πŸ”— Enter your Base-URL",