Div99 commited on
Commit
993e6ed
·
1 Parent(s): cb763d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -611,8 +611,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
611
  with gr.Row():
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',
 
611
  with gr.Row():
612
  with gr.Column():
613
  gr.HTML(
614
+ """<b><center>Chat with Div</center></b>""")
 
615
 
616
  openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
617
  show_label=False, lines=1, type='password',