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

Update app.py

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