Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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',
|