Spaces:
Running
Running
~UI
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 98 |
|
| 99 |
with gr.Column(elem_id="col-container"):
|
| 100 |
gr.Markdown("""## OpenAI ChatGPT Demo
|
| 101 |
-
Using the ofiicial API (gpt-3.5-turbo model)
|
| 102 |
Prompt templates from [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts).""",
|
| 103 |
elem_id="header")
|
| 104 |
|
|
|
|
| 98 |
|
| 99 |
with gr.Column(elem_id="col-container"):
|
| 100 |
gr.Markdown("""## OpenAI ChatGPT Demo
|
| 101 |
+
Using the ofiicial API (gpt-3.5-turbo model)
|
| 102 |
Prompt templates from [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts).""",
|
| 103 |
elem_id="header")
|
| 104 |
|