Update app.py
Browse files
app.py
CHANGED
@@ -246,8 +246,8 @@ def create_app():
|
|
246 |
with gr.Row():
|
247 |
with gr.Column(scale=1):
|
248 |
api_key = gr.Textbox(
|
249 |
-
label="OpenAI API
|
250 |
-
placeholder="Enter your OpenAI
|
251 |
type="password"
|
252 |
)
|
253 |
|
@@ -383,7 +383,7 @@ def create_app():
|
|
383 |
|
384 |
gr.Markdown("""
|
385 |
## How to Use
|
386 |
-
1. Enter your OpenAI API
|
387 |
2. Select a genre, theme, and length
|
388 |
3. Click "Start New Story" to begin
|
389 |
4. Continue the linear story or generate branching options
|
|
|
246 |
with gr.Row():
|
247 |
with gr.Column(scale=1):
|
248 |
api_key = gr.Textbox(
|
249 |
+
label="OpenAI API π",
|
250 |
+
placeholder="Enter your OpenAI π key here",
|
251 |
type="password"
|
252 |
)
|
253 |
|
|
|
383 |
|
384 |
gr.Markdown("""
|
385 |
## How to Use
|
386 |
+
1. Enter your OpenAI API π
|
387 |
2. Select a genre, theme, and length
|
388 |
3. Click "Start New Story" to begin
|
389 |
4. Continue the linear story or generate branching options
|