ysharma HF staff commited on
Commit
2aee27c
Β·
verified Β·
1 Parent(s): 0793539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ def create_demo():
251
 
252
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
253
  gr.Markdown("# πŸ“ AI Article Writing Crew")
254
- gr.Markdown("Watch as our AI crew collaborates to create your article! This app uses CrewAI agents: Content Planner, Content Writer, and Content Editor to write Aticle on any topic of your choice. To start, enter your OpenAI API Key below and pres Enter!")
255
  openai_api_key = gr.Textbox(
256
  label='OpenAI API Key',
257
  type='password',
 
251
 
252
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
253
  gr.Markdown("# πŸ“ AI Article Writing Crew")
254
+ gr.Markdown("Watch as this AI Crew collaborates to create your article! This application utilizes [CrewAI](https://www.crewai.com/) agents: Content Planner, Content Writer, and Content Editor, to write an article on any topic you choose. To get started, enter your OpenAI API Key below and press Enter!")
255
  openai_api_key = gr.Textbox(
256
  label='OpenAI API Key',
257
  type='password',