SnJForever commited on
Commit
d76590a
1 Parent(s): 8d53ec5

update name

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -627,9 +627,10 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
627
  with gr.Row():
628
  with gr.Column():
629
  gr.HTML(
630
- """<b><center>GPT + WolframAlpha + Whisper</center></b>
631
  <p><center>Hit Enter after pasting your OpenAI API key.</center></p>
632
- <i><center>If you have GPT-4 access, optionally select it in Settings tab.</center></i>""")
 
633
 
634
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
635
  show_label=False, lines=1, type='password')
 
627
  with gr.Row():
628
  with gr.Column():
629
  gr.HTML(
630
+ """<b><center>GPT + CHAT</center></b>
631
  <p><center>Hit Enter after pasting your OpenAI API key.</center></p>
632
+
633
+ """)
634
 
635
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
636
  show_label=False, lines=1, type='password')