Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,11 @@ sdk: gradio
|
|
| 12 |
pinned: false
|
| 13 |
app_file: space.py
|
| 14 |
emoji: π
|
|
|
|
| 15 |
---
|
| 16 |
|
|
|
|
|
|
|
| 17 |
# `gradio_consilium_roundtable`
|
| 18 |
<a href="https://pypi.org/project/gradio_consilium_roundtable/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_consilium_roundtable"></a>
|
| 19 |
|
|
@@ -472,5 +475,4 @@ The code snippet below is accurate in cases where the component is used as both
|
|
| 472 |
value: str | None
|
| 473 |
) -> Any:
|
| 474 |
return value
|
| 475 |
-
```
|
| 476 |
-
|
|
|
|
| 12 |
pinned: false
|
| 13 |
app_file: space.py
|
| 14 |
emoji: π
|
| 15 |
+
sdk_version: 5.33.0
|
| 16 |
---
|
| 17 |
|
| 18 |
+
πΌ Demo Video: https://youtu.be/oyYlf1BfuU8
|
| 19 |
+
|
| 20 |
# `gradio_consilium_roundtable`
|
| 21 |
<a href="https://pypi.org/project/gradio_consilium_roundtable/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_consilium_roundtable"></a>
|
| 22 |
|
|
|
|
| 475 |
value: str | None
|
| 476 |
) -> Any:
|
| 477 |
return value
|
| 478 |
+
```
|
|
|