Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ with gr.Blocks(title="StoryGPT", css="#button{background-color:#4CAF50} #title{t
|
|
| 77 |
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
|
| 80 |
-
key = gr.Textbox(label="Your OPENAI api key", type="
|
| 81 |
name = gr.Textbox(label="Character's name")
|
| 82 |
situation = gr.Textbox(
|
| 83 |
label="What is the character's life situation?")
|
|
|
|
| 77 |
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
|
| 80 |
+
key = gr.Textbox(label="Your OPENAI api key", type="password")
|
| 81 |
name = gr.Textbox(label="Character's name")
|
| 82 |
situation = gr.Textbox(
|
| 83 |
label="What is the character's life situation?")
|