Timothy-Vinzent commited on
Commit
4506525
·
verified ·
1 Parent(s): 33aa861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -383,6 +383,7 @@ def build_interface():
383
  - The output must adhere to the prescribed JSON format for the final step.
384
  - Ensure the system can accurately extract and classify relevant information from the input paragraphs.
385
  """)
 
386
 
387
  # Example Inputs and Outputs in an Accordion
388
  with gr.Accordion("Example Workflow", open=False):
 
383
  - The output must adhere to the prescribed JSON format for the final step.
384
  - Ensure the system can accurately extract and classify relevant information from the input paragraphs.
385
  """)
386
+ gr.Markdown("![LLM Flowchart](mermaid_chart.png)")
387
 
388
  # Example Inputs and Outputs in an Accordion
389
  with gr.Accordion("Example Workflow", open=False):