Spaces:
Sleeping
Sleeping
madhurjindal
commited on
Update app.py
Browse files
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",
|
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 |
|