Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>
|
| 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',
|