ysharma HF Staff commited on
Commit
0e6b088
·
verified ·
1 Parent(s): c269369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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',