moritalous commited on
Commit
4fafc06
1 Parent(s): 1f9c201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -56,9 +56,9 @@ def main_fn(url: str, check: list[int], request: gr.Request):
56
 
57
  demo = gr.Interface(
58
  main_fn,
59
- title="URL to Markdown",
60
- description="""<div style="width: fit-content; margin: 0 auto;">Gets HTML given by URL and converts it to Markdown.Does not support dynamically generated HTML such as React.</div>
61
- <div style="width: fit-content; margin: 0 auto;">URLで与えたHTMLを取得してMarkdownに変換します。Reactなどの動的に生成されるHTMLには対応していません</div>""",
62
  inputs=[
63
  gr.Text(label="URL", placeholder="https://*****"),
64
  gr.CheckboxGroup(
 
56
 
57
  demo = gr.Interface(
58
  main_fn,
59
+ title="URL to Markdown V2",
60
+ description="""<div style="width: fit-content; margin: 0 auto;">It gets the HTML given by the URL and converts it to Markdown. It uses Playwright, so it also supports dynamically generated HTML such as React.</div>
61
+ <div style="width: fit-content; margin: 0 auto;">URLで与えたHTMLを取得してMarkdownに変換します。Playwright を使用しているのでReactなどの動的に生成されるHTMLにも対応しています</div>""",
62
  inputs=[
63
  gr.Text(label="URL", placeholder="https://*****"),
64
  gr.CheckboxGroup(