Spaces:
Running
Running
hugforziio
commited on
Commit
•
0fc8db7
1
Parent(s):
19e34b9
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ with gradio.Blocks(title="ChatGPT", css=css) as demo:
|
|
219 |
label='Prompt', col_count=(2, 'fixed'), max_cols=2,
|
220 |
value=DEFAULT_PROMPT, headers=['role', 'content'], interactive=True,
|
221 |
)
|
222 |
-
gradio.Markdown("
|
223 |
|
224 |
|
225 |
with gradio.Row():
|
|
|
219 |
label='Prompt', col_count=(2, 'fixed'), max_cols=2,
|
220 |
value=DEFAULT_PROMPT, headers=['role', 'content'], interactive=True,
|
221 |
)
|
222 |
+
gradio.Markdown("The Table above is editable. The content will be added to the beginning of the conversation (if you check 'send with prompt' as `√`). See https://platform.openai.com/docs/guides/chat/introduction .")
|
223 |
|
224 |
|
225 |
with gradio.Row():
|