Spaces:
Running
Running
Update app.py
Browse files
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.
|
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):
|