Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +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", placeholder="Visualization of the functionalities of the Repo",) # Output component description
|
| 108 |
title="Repo Functionality Visualizer",
|
| 109 |
)
|
| 110 |
|
|
|
|
| 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 |
|