Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
"""
|
57 |
)
|
58 |
with gr.Row():
|
59 |
-
key = gr.Textbox(label='OpenAI API Key: (We don \' record your key.)')
|
60 |
with gr.Row():
|
61 |
tag_name = gr.Textbox(label="Tag Name:", placeholder='Enter the tag you want to extract')
|
62 |
tag_max_len = gr.Slider(
|
|
|
56 |
"""
|
57 |
)
|
58 |
with gr.Row():
|
59 |
+
key = gr.Textbox(label='OpenAI API Key: (We don \'t record your key.)')
|
60 |
with gr.Row():
|
61 |
tag_name = gr.Textbox(label="Tag Name:", placeholder='Enter the tag you want to extract')
|
62 |
tag_max_len = gr.Slider(
|