Spaces:
Sleeping
Sleeping
moritalous
commited on
Commit
•
aae4846
1
Parent(s):
b3702ea
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,9 @@ def main_fn(url: str, check: list[int]):
|
|
29 |
|
30 |
demo = gr.Interface(
|
31 |
main_fn,
|
32 |
-
title="URL to Markdown",
|
33 |
-
description="""<div style="width: fit-content; margin: 0 auto;">
|
34 |
-
<div style="width: fit-content; margin: 0 auto;">URLで与えたHTMLを取得してMarkdownに変換します。Reactなどの動的に生成されるHTML
|
35 |
inputs=[
|
36 |
gr.Text(label="URL", placeholder="https://*****"),
|
37 |
gr.CheckboxGroup(
|
|
|
29 |
|
30 |
demo = gr.Interface(
|
31 |
main_fn,
|
32 |
+
title="URL to Markdown V2",
|
33 |
+
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>
|
34 |
+
<div style="width: fit-content; margin: 0 auto;">URLで与えたHTMLを取得してMarkdownに変換します。Playwright を使用しているのでReactなどの動的に生成されるHTMLにも対応しています</div>""",
|
35 |
inputs=[
|
36 |
gr.Text(label="URL", placeholder="https://*****"),
|
37 |
gr.CheckboxGroup(
|