JLW commited on
Commit
3b0bfa9
·
1 Parent(s): 81d4dc9

Address textbox change issue

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -607,9 +607,9 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
607
  with gr.Column():
608
  gr.HTML(
609
  """<b><center>GPT + WolframAlpha + Whisper</center></b>
610
- <p><center>New feature: <b>Embeddings</b></center></p>""")
611
 
612
- openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
613
  show_label=False, lines=1, type='password')
614
 
615
  with gr.Row():
 
607
  with gr.Column():
608
  gr.HTML(
609
  """<b><center>GPT + WolframAlpha + Whisper</center></b>
610
+ <p><center>Hit Enter after pasting your OpenAI API key</center></p>""")
611
 
612
+ openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
613
  show_label=False, lines=1, type='password')
614
 
615
  with gr.Row():