HuggyMonkey commited on
Commit
a03a4ab
Β·
1 Parent(s): 158e90e

update compoent to v 0.0.4

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +6 -0
README.md CHANGED
@@ -2,7 +2,8 @@
2
  tags:
3
  - gradio-custom-component
4
  - custom-component-track
5
- title: SimpleTextExtractFromPDFDemo
 
6
  emoji: πŸ“
7
  colorFrom: orange
8
  colorTo: blue
 
2
  tags:
3
  - gradio-custom-component
4
  - custom-component-track
5
+ - gradio-text-extraction-utility-component
6
+ title: SimpleTextExtractFromPDF
7
  emoji: πŸ“
8
  colorFrom: orange
9
  colorTo: blue
app.py CHANGED
@@ -29,6 +29,12 @@ The demo app here uses the SimpleTextExtractFromPDF component as an input compon
29
  <code>pip install gradio-simpletextextractfrompdf</code>
30
  <br>
31
  <a href="https://pypi.org/project/gradio-simpletextextractfrompdf/"> https://pypi.org/project/gradio-simpletextextractfrompdf/</a>
 
 
 
 
 
 
32
  </p>
33
  """,
34
  )
 
29
  <code>pip install gradio-simpletextextractfrompdf</code>
30
  <br>
31
  <a href="https://pypi.org/project/gradio-simpletextextractfrompdf/"> https://pypi.org/project/gradio-simpletextextractfrompdf/</a>
32
+ <br>
33
+ </p>
34
+ <p>
35
+ Gradio Custom Utility Components Project:
36
+ <br>
37
+ <a href="https://github.com/HuggyMonkey/gradio-custom-component"> https://github.com/HuggyMonkey/gradio-custom-component</a>
38
  </p>
39
  """,
40
  )