pratikshahp commited on
Commit
782ff78
·
verified ·
1 Parent(s): c1e2ddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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",