eaglelandsonce commited on
Commit
26c7910
1 Parent(s): 92cc30f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def run_crew(topic):
54
  # Gradio Interface with Dropdown for Topic Selection
55
  iface = gr.Interface(
56
  fn=run_crew,
57
- inputs=gr.inputs.Dropdown(choices=["write short story", "write an article", "analyze stock", "create a vacation"], label="Select Topic"),
58
  outputs="text",
59
  title="AI Research and Writing Crew",
60
  description="Select a topic and click the button to run the crew of AI agents."
 
54
  # Gradio Interface with Dropdown for Topic Selection
55
  iface = gr.Interface(
56
  fn=run_crew,
57
+ inputs=gr.Dropdown(choices=["write short story", "write an article", "analyze stock", "create a vacation"], label="Select Topic"),
58
  outputs="text",
59
  title="AI Research and Writing Crew",
60
  description="Select a topic and click the button to run the crew of AI agents."