anzorq commited on
Commit
91a044e
1 Parent(s): e4741dc
Files changed (1) hide show
  1. app.py +1 -1
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)<br>
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