Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ def create_demo():
|
|
214 |
|
215 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
216 |
gr.Markdown("# 🎯 AI Customer Support Crew")
|
217 |
-
|
218 |
openai_api_key = gr.Textbox(
|
219 |
label='OpenAI API Key',
|
220 |
type='password',
|
|
|
214 |
|
215 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
216 |
gr.Markdown("# 🎯 AI Customer Support Crew")
|
217 |
+
gr.Markdown("Multi-Agent Customer Support Automation using CrewAI with Gradio front-end")
|
218 |
openai_api_key = gr.Textbox(
|
219 |
label='OpenAI API Key',
|
220 |
type='password',
|