Zihao Wang
commited on
Commit
·
373bfd1
1
Parent(s):
67b35cd
change visibility
Browse files
app.py
CHANGED
@@ -456,7 +456,7 @@ with gr.Blocks(title = page_title) as demo:
|
|
456 |
openai_api_key_textbox = gr.Textbox(
|
457 |
label='OpenAI API key',
|
458 |
placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
|
459 |
-
show_label=
|
460 |
lines=1,
|
461 |
type='password')
|
462 |
|
|
|
456 |
openai_api_key_textbox = gr.Textbox(
|
457 |
label='OpenAI API key',
|
458 |
placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
|
459 |
+
show_label=True,
|
460 |
lines=1,
|
461 |
type='password')
|
462 |
|