JohnTan38 commited on
Commit
da43c92
·
1 Parent(s): 9dc6b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Demo
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")