Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
title: gradio_codeanalysisviewer
|
| 4 |
short_description: A nicer view to show the Agentic code analyser outputs
|
| 5 |
colorFrom: blue
|
|
@@ -7,6 +13,7 @@ colorTo: yellow
|
|
| 7 |
sdk: gradio
|
| 8 |
pinned: false
|
| 9 |
app_file: space.py
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# `gradio_codeanalysisviewer`
|
|
@@ -305,5 +312,4 @@ The code snippet below is accurate in cases where the component is used as both
|
|
| 305 |
value: dict | None
|
| 306 |
) -> dict | None:
|
| 307 |
return value
|
| 308 |
-
```
|
| 309 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
tags:
|
| 3 |
+
- gradio-custom-component
|
| 4 |
+
- SimpleTextbox
|
| 5 |
+
- custom-component-track
|
| 6 |
+
- agents
|
| 7 |
+
- code-analysis
|
| 8 |
+
- agents-mcp-hackathon
|
| 9 |
title: gradio_codeanalysisviewer
|
| 10 |
short_description: A nicer view to show the Agentic code analyser outputs
|
| 11 |
colorFrom: blue
|
|
|
|
| 13 |
sdk: gradio
|
| 14 |
pinned: false
|
| 15 |
app_file: space.py
|
| 16 |
+
sdk_version: 5.33.1
|
| 17 |
---
|
| 18 |
|
| 19 |
# `gradio_codeanalysisviewer`
|
|
|
|
| 312 |
value: dict | None
|
| 313 |
) -> dict | None:
|
| 314 |
return value
|
| 315 |
+
```
|
|
|