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