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