SimFG commited on
Commit
30c2098
1 Parent(s): 52260ed

Hide the openai api key

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ if __name__ == "__main__":
81
  lines=3,
82
  placeholder="https://milvus.io/docs/overview.md",
83
  )
84
- openai_key_text = gr.Textbox(label="openai api key", placeholder="sk-******")
85
  with gr.Row():
86
  zilliz_uri_text = gr.Textbox(
87
  label="zilliz cloud uri",
 
81
  lines=3,
82
  placeholder="https://milvus.io/docs/overview.md",
83
  )
84
+ openai_key_text = gr.Textbox(label="openai api key", type="password", placeholder="sk-******")
85
  with gr.Row():
86
  zilliz_uri_text = gr.Textbox(
87
  label="zilliz cloud uri",