sohoso commited on
Commit
c8394af
·
verified ·
1 Parent(s): d1e0a7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -46,7 +46,6 @@ 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: You have to duplicate this space and add your OPENAI_API_KEY under Settings/ Variables and secrets",
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
  theme="Base",
50
  )
51