Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
#1
by
yanli01
- opened
- 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"
|
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,
|