madhurjindal commited on
Commit
c7e2833
·
verified ·
1 Parent(s): d43e071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -104,8 +104,7 @@ demo = gr.Interface(
104
  placeholder="Mistral API Key from mistral.ai", # Input component description
105
  ),
106
  ],
107
- outputs = gr.Textbox(
108
- label="Mermaid Graph", # Output component label
109
  placeholder="Visualization of the functionalities of the Repo", # Output component description
110
  )
111
  title="Repo Functionality Visualizer",
 
104
  placeholder="Mistral API Key from mistral.ai", # Input component description
105
  ),
106
  ],
107
+ outputs = gr.Textbox(label="Mermaid Graph", # Output component label
 
108
  placeholder="Visualization of the functionalities of the Repo", # Output component description
109
  )
110
  title="Repo Functionality Visualizer",