elismasilva commited on
Commit
07953c1
·
verified ·
1 Parent(s): cfd8dea

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. space.py +1 -1
  3. src/README.md +1 -1
  4. 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.1%20-%20orange">
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.Default(
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.1%20-%20orange">
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.Default(
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",