hnliu commited on
Commit
fbcc5e6
·
1 Parent(s): 04cf4d8

Update app.py

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