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

Update app.py

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