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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +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
- gr.Markdown("![LLM Flowchart](mermaid_chart.png)")
387
 
388
  # Example Inputs and Outputs in an Accordion
389
  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.Image("mermaid_chart.png", label="LLM Flowchart")
387
 
388
  # Example Inputs and Outputs in an Accordion
389
  with gr.Accordion("Example Workflow", open=False):