Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,8 +100,8 @@ iface = gr.Interface(
|
|
| 100 |
],
|
| 101 |
outputs=[
|
| 102 |
gr.Textbox(label="Generated Disaster Response Plan"),
|
| 103 |
-
gr.Markdown("## Mermaid Graph")
|
| 104 |
-
gr.Markdown("Check out this [mermaid link](https://mermaid.live/) to display a graph with the following data")
|
| 105 |
gr.Markdown(label="Mermaid Graph Visualization")
|
| 106 |
],
|
| 107 |
title="Disaster Response Assistant",
|
|
|
|
| 100 |
],
|
| 101 |
outputs=[
|
| 102 |
gr.Textbox(label="Generated Disaster Response Plan"),
|
| 103 |
+
gr.Markdown("## Mermaid Graph"),
|
| 104 |
+
gr.Markdown("Check out this [mermaid link](https://mermaid.live/) to display a graph with the following data"),
|
| 105 |
gr.Markdown(label="Mermaid Graph Visualization")
|
| 106 |
],
|
| 107 |
title="Disaster Response Assistant",
|