Adam-Ben-Khalifa commited on
Commit
3e4696c
1 Parent(s): 635d6a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -46,8 +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! NOTE: Make sure to add your OPENAI_API_KEY under Settings/Variables and secrets",
50
- description="NOTE: Make sure to add your OPENAI_API_KEY under Settings/Variables and secrets",
51
  theme="Base",
52
  )
53
 
 
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: Make sure to add your OPENAI_API_KEY under Settings/Variables and secrets",
 
50
  theme="Base",
51
  )
52