pratikshahp
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -100,6 +100,8 @@ iface = gr.Interface(
|
|
100 |
],
|
101 |
outputs=[
|
102 |
gr.Textbox(label="Generated Disaster Response Plan"),
|
|
|
|
|
103 |
gr.Markdown(label="Mermaid Graph Visualization")
|
104 |
],
|
105 |
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",
|