Update app.py
Browse files
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
|
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;}
|