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

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +0 -2
src/webui.py CHANGED
@@ -115,13 +115,11 @@ 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
- value="xxx",
119
  type="password",
120
  )
121
  base_url_gr = gr.Textbox(
122
  label="πŸ”— Enter your Base-URL",
123
  placeholder="Please leave this field empty if using the default Base-URL.",
124
- value="Default",
125
  )
126
  with gr.Column():
127
  task_gr = gr.Dropdown(
 
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",
122
  placeholder="Please leave this field empty if using the default Base-URL.",
 
123
  )
124
  with gr.Column():
125
  task_gr = gr.Dropdown(