Rijgersberg commited on
Commit
057ae6b
·
verified ·
1 Parent(s): 0eb2ab2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def reset_textbox():
101
  return gr.update(value='')
102
 
103
  title = """<h1 align="center">Private ChatGPT</h1>"""
104
- description = """Chat with OpenAI models using their official API. OpenAI [promises](https://platform.openai.com/docs/concepts) not to train on input or output of API calls.
105
  """
106
 
107
  with gr.Blocks(css = """#col_container {width: 1000px; margin-left: auto; margin-right: auto;}
 
101
  return gr.update(value='')
102
 
103
  title = """<h1 align="center">Private ChatGPT</h1>"""
104
+ description = """Chat with OpenAI models using their official API. OpenAI <a href="https://platform.openai.com/docs/concepts">promises</a> not to train on input or output of API calls.
105
  """
106
 
107
  with gr.Blocks(css = """#col_container {width: 1000px; margin-left: auto; margin-right: auto;}