Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- space.py +1 -1
- src/README.md +1 -1
- src/demo/space.py +1 -1
README.md
CHANGED
|
@@ -10,7 +10,7 @@ app_file: space.py
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# `gradio_dropdownplus`
|
| 13 |
-
<img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.
|
| 14 |
|
| 15 |
Advanced Dropdown Component for Gradio UI
|
| 16 |
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# `gradio_dropdownplus`
|
| 13 |
+
<img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.5%20-%20blue"> <a href="https://huggingface.co/spaces/elismasilva/gradio_dropdownplus"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Demo-blue"></a><p><span>💻 <a href='https://github.com/DEVAIEXP/gradio_component_dropdownplus'>Component GitHub Code</a></span></p>
|
| 14 |
|
| 15 |
Advanced Dropdown Component for Gradio UI
|
| 16 |
|
space.py
CHANGED
|
@@ -9,7 +9,7 @@ abs_path = os.path.join(os.path.dirname(__file__), "css.css")
|
|
| 9 |
|
| 10 |
with gr.Blocks(
|
| 11 |
css=abs_path,
|
| 12 |
-
theme=gr.themes.
|
| 13 |
font_mono=[
|
| 14 |
gr.themes.GoogleFont("Inconsolata"),
|
| 15 |
"monospace",
|
|
|
|
| 9 |
|
| 10 |
with gr.Blocks(
|
| 11 |
css=abs_path,
|
| 12 |
+
theme=gr.themes.Ocean(
|
| 13 |
font_mono=[
|
| 14 |
gr.themes.GoogleFont("Inconsolata"),
|
| 15 |
"monospace",
|
src/README.md
CHANGED
|
@@ -10,7 +10,7 @@ app_file: space.py
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# `gradio_dropdownplus`
|
| 13 |
-
<img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.
|
| 14 |
|
| 15 |
Advanced Dropdown Component for Gradio UI
|
| 16 |
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# `gradio_dropdownplus`
|
| 13 |
+
<img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.5%20-%20blue"> <a href="https://huggingface.co/spaces/elismasilva/gradio_dropdownplus"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Demo-blue"></a><p><span>💻 <a href='https://github.com/DEVAIEXP/gradio_component_dropdownplus'>Component GitHub Code</a></span></p>
|
| 14 |
|
| 15 |
Advanced Dropdown Component for Gradio UI
|
| 16 |
|
src/demo/space.py
CHANGED
|
@@ -9,7 +9,7 @@ abs_path = os.path.join(os.path.dirname(__file__), "css.css")
|
|
| 9 |
|
| 10 |
with gr.Blocks(
|
| 11 |
css=abs_path,
|
| 12 |
-
theme=gr.themes.
|
| 13 |
font_mono=[
|
| 14 |
gr.themes.GoogleFont("Inconsolata"),
|
| 15 |
"monospace",
|
|
|
|
| 9 |
|
| 10 |
with gr.Blocks(
|
| 11 |
css=abs_path,
|
| 12 |
+
theme=gr.themes.Ocean(
|
| 13 |
font_mono=[
|
| 14 |
gr.themes.GoogleFont("Inconsolata"),
|
| 15 |
"monospace",
|