dromerosm commited on
Commit
702a17d
1 Parent(s): 867d142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def main():
95
  gr.Markdown("## CrewAI Research Tool")
96
  topic_input = gr.Textbox(label="Enter Topic", placeholder="Type here...")
97
  submit_button = gr.Button("Start Research")
98
- output = gr.Textbox(label="Result")
99
 
100
  submit_button.click(
101
  fn=kickoff_crew,
 
95
  gr.Markdown("## CrewAI Research Tool")
96
  topic_input = gr.Textbox(label="Enter Topic", placeholder="Type here...")
97
  submit_button = gr.Button("Start Research")
98
+ output = gr.Markdown(label="Result")
99
 
100
  submit_button.click(
101
  fn=kickoff_crew,