Sarath0x8f commited on
Commit
ee57def
·
verified ·
1 Parent(s): 09334a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -288,14 +288,14 @@ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]),
288
  with gr.Accordion("Process Logs", open=True):
289
  aida_logs = gr.Markdown()
290
 
291
- # Event handlers for AI Agent Dev Agent
292
- aida_model_dropdown.change(set_model, aida_model_dropdown)
293
- aida_run_btn.click(
294
- run_crew_aida,
295
- inputs=[aida_gemini_key, aida_serper_key, aida_agent_query],
296
- outputs=[aida_output, aida_logs],
297
- show_progress="full"
298
- )
299
 
300
  gr.HTML(md.footer.format(github_logo_encoded, linkedin_logo_encoded, website_logo_encoded))
301
 
 
288
  with gr.Accordion("Process Logs", open=True):
289
  aida_logs = gr.Markdown()
290
 
291
+ # # Event handlers for AI Agent Dev Agent
292
+ # aida_model_dropdown.change(set_model, aida_model_dropdown)
293
+ # aida_run_btn.click(
294
+ # run_crew_aida,
295
+ # inputs=[aida_gemini_key, aida_serper_key, aida_agent_query],
296
+ # outputs=[aida_output, aida_logs],
297
+ # show_progress="full"
298
+ # )
299
 
300
  gr.HTML(md.footer.format(github_logo_encoded, linkedin_logo_encoded, website_logo_encoded))
301