Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# `gradio_cofoldinginput`
|
| 3 |
<a href="https://pypi.org/project/gradio_cofoldinginput/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_cofoldinginput"></a>
|
|
@@ -286,5 +292,4 @@ The code snippet below is accurate in cases where the component is used as both
|
|
| 286 |
value: Unknown
|
| 287 |
) -> dict | None:
|
| 288 |
return value
|
| 289 |
-
```
|
| 290 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: Cofolding Input
|
| 4 |
+
sdk: gradio
|
| 5 |
+
colorFrom: red
|
| 6 |
+
---
|
| 7 |
|
| 8 |
# `gradio_cofoldinginput`
|
| 9 |
<a href="https://pypi.org/project/gradio_cofoldinginput/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_cofoldinginput"></a>
|
|
|
|
| 292 |
value: Unknown
|
| 293 |
) -> dict | None:
|
| 294 |
return value
|
| 295 |
+
```
|
|
|