appl044 commited on
Commit
5009d61
·
1 Parent(s): 835f45d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -612,7 +612,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
612
  with gr.Column():
613
  gr.HTML(
614
  """<b><center>GPT + WolframAlpha + Whisper</center></b>
615
- <p><center>New feature: <b>Embeddings</b></center></p>""")
616
 
617
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
618
  show_label=False, lines=1, type='password', elem_id="openai_api_key_textbox")
 
612
  with gr.Column():
613
  gr.HTML(
614
  """<b><center>GPT + WolframAlpha + Whisper</center></b>
615
+ <p><center>New features: <b>Auto API key save. 1024 Input Tokens.</b></center></p>""")
616
 
617
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
618
  show_label=False, lines=1, type='password', elem_id="openai_api_key_textbox")