Adam-Ben-Khalifa
commited on
Commit
•
d1e0a7e
1
Parent(s):
3e4696c
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ demo = gr.Interface(fn=advancedPromptPipeline,
|
|
46 |
gr.Textbox(lines=23, label="Advanced Prompt", show_copy_button=True, autoscroll=False, min_width=220),
|
47 |
],
|
48 |
title="Advanced Prompt Generator",
|
49 |
-
description="This tool will enhance any given input for the optimal output! \n\n NOTE:
|
50 |
theme="Base",
|
51 |
)
|
52 |
|
|
|
46 |
gr.Textbox(lines=23, label="Advanced Prompt", show_copy_button=True, autoscroll=False, min_width=220),
|
47 |
],
|
48 |
title="Advanced Prompt Generator",
|
49 |
+
description="This tool will enhance any given input for the optimal output! \n\n NOTE: You have to duplicate this space and add your OPENAI_API_KEY under Settings/ Variables and secrets",
|
50 |
theme="Base",
|
51 |
)
|
52 |
|