avfranco commited on
Commit
294b8d5
·
1 Parent(s): 5a9d4d6

ea4all-gradio-agents-mcp-hackathon-ui-retrofit

Browse files
Files changed (1) hide show
  1. ea4all/ea4all_mcp.py +5 -2
ea4all/ea4all_mcp.py CHANGED
@@ -407,7 +407,7 @@ with gr.Blocks(title="Your ArchitectGPT",fill_height=True, fill_width=True) as e
407
  with gr.Tabs(selected="id_dbr") as tabs_reference_architecture:
408
  with gr.Tab(label='Business Requirement', id="id_dbr"):
409
  gr.Markdown(value=agentic_togaf_desc)
410
- dbr_text=gr.TextArea(value=wrapper1.click(init_dbr,show_api=False), lines=14, interactive=True)
411
  with gr.Row():
412
  dbr_file=gr.File(
413
  value=e4u._join_paths(BaseConfiguration.ea4all_store, gra.dbr_mock),
@@ -466,7 +466,10 @@ with gr.Blocks(title="Your ArchitectGPT",fill_height=True, fill_width=True) as e
466
  container=True,
467
  interactive=False,
468
  )
469
- gr.Markdown(value=wrapper.click(UIUtils.ea4all_about, show_api=False))
 
 
 
470
 
471
  #Podcast upload progress
472
  podcast.change(show_progress='full', show_api=False)
 
407
  with gr.Tabs(selected="id_dbr") as tabs_reference_architecture:
408
  with gr.Tab(label='Business Requirement', id="id_dbr"):
409
  gr.Markdown(value=agentic_togaf_desc)
410
+ dbr_text=gr.TextArea(value="Provide a Business Requirement Specification or Select the exemple provided.", lines=14, interactive=True)
411
  with gr.Row():
412
  dbr_file=gr.File(
413
  value=e4u._join_paths(BaseConfiguration.ea4all_store, gra.dbr_mock),
 
466
  container=True,
467
  interactive=False,
468
  )
469
+ #gr.Markdown(value=wrapper.click(UIUtils.ea4all_about, show_api=False)) #EXPOSING API /Dependency
470
+
471
+ #Avoid exposing API /Dependency?
472
+ #dbr_text.change(wrapper1.click(init_dbr,show_api=False)) NOT working
473
 
474
  #Podcast upload progress
475
  podcast.change(show_progress='full', show_api=False)