Shad0ws commited on
Commit
e9dc55e
·
1 Parent(s): 22eb59f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")
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?")