eaglelandsonce commited on
Commit
456e3b5
1 Parent(s): 745695e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -498,9 +498,7 @@ with gr.Tab("Your Portfolio"):
498
  run_button_crewai.click(
499
  fn=crewai_process,
500
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
501
- outputs="text",
502
- title="CrewAI on Gemini (Blog Post Writer)",
503
- description="Input a research topic to get a comprehensive analysis (in logs) and a blog post draft (in output)."
504
  )
505
  with gr.Blocks() as demo:
506
  with gr.Tab("Portfolio Analysis"):
 
498
  run_button_crewai.click(
499
  fn=crewai_process,
500
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
501
+ outputs="text"
 
 
502
  )
503
  with gr.Blocks() as demo:
504
  with gr.Tab("Portfolio Analysis"):