yanli01 commited on
Commit
16640e9
1 Parent(s): cecb277

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
72
  with gr.Tab(label="ChatGPT"):
73
  keyTxt = gr.Textbox(
74
  show_label=True,
75
- placeholder=f"OpenAI API-key...",
76
  value=hide_middle_chars(my_api_key),
77
  type="password",
78
  visible=not HIDE_MY_KEY,
 
72
  with gr.Tab(label="ChatGPT"):
73
  keyTxt = gr.Textbox(
74
  show_label=True,
75
+ placeholder=f"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",
76
  value=hide_middle_chars(my_api_key),
77
  type="password",
78
  visible=not HIDE_MY_KEY,