Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,16 +104,10 @@ demo = gr.Interface(
|
|
| 104 |
placeholder="Mistral API Key from mistral.ai", # Input component description
|
| 105 |
),
|
| 106 |
],
|
| 107 |
-
outputs=
|
| 108 |
-
gr.Textbox(
|
| 109 |
label="Mermaid Graph", # Output component label
|
| 110 |
placeholder="Visualization of the functionalities of the Repo", # Output component description
|
| 111 |
-
)
|
| 112 |
-
# gr.Image(
|
| 113 |
-
# label="Rendered Graph", # Output component label
|
| 114 |
-
# placeholder="Rendered Graph", # Output component description
|
| 115 |
-
# ),
|
| 116 |
-
],
|
| 117 |
title="Repo Functionality Visualizer",
|
| 118 |
)
|
| 119 |
|
|
|
|
| 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",
|
| 112 |
)
|
| 113 |
|