Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,10 +23,10 @@ def happytt(temperature,max_tokens,text):
|
|
23 |
|
24 |
|
25 |
title = "OpenAI Codex"
|
26 |
-
description =
|
27 |
It parses natural language and generates code in response.
|
28 |
It is used to power GitHub Copilot, a programming autocompletion
|
29 |
-
tool developed for Code generation.
|
30 |
|
31 |
|
32 |
|
|
|
23 |
|
24 |
|
25 |
title = "OpenAI Codex"
|
26 |
+
description = '''OpenAI Codex is an artificial intelligence model developed by OpenAI.
|
27 |
It parses natural language and generates code in response.
|
28 |
It is used to power GitHub Copilot, a programming autocompletion
|
29 |
+
tool developed for Code generation.'''
|
30 |
|
31 |
|
32 |
|