Update app.py
Browse files
app.py
CHANGED
|
@@ -887,7 +887,10 @@ def create_demo():
|
|
| 887 |
|
| 888 |
with gr.Row():
|
| 889 |
with gr.Column(scale=1):
|
| 890 |
-
url_input = gr.Textbox(label="Enter a Website URL π", placeholder=r"e.g. https://storykorean.com/stories?level=beginner&story=tiger", value=r"https://storykorean.com/stories?level=beginner&story=tiger")
|
|
|
|
|
|
|
|
|
|
| 891 |
pdf_input = gr.File(label="Or Upload Book PDF π", file_types=[".pdf"], value=example_pdf)
|
| 892 |
|
| 893 |
gr.Markdown("### βοΈ Customization Settings")
|
|
|
|
| 887 |
|
| 888 |
with gr.Row():
|
| 889 |
with gr.Column(scale=1):
|
| 890 |
+
# url_input = gr.Textbox(label="Enter a Website URL π", placeholder=r"e.g. https://storykorean.com/stories?level=beginner&story=tiger", value=r"https://storykorean.com/stories?level=beginner&story=tiger")
|
| 891 |
+
# https://www.bbc.com/korean/articles/c5yz89k5dw0o
|
| 892 |
+
url_input = gr.Textbox(label="Enter a Website URL π", placeholder=r"e.g. https://www.bbc.com/korean/articles/c5yz89k5dw0o", value=r"https://www.bbc.com/korean/articles/c5yz89k5dw0o")
|
| 893 |
+
|
| 894 |
pdf_input = gr.File(label="Or Upload Book PDF π", file_types=[".pdf"], value=example_pdf)
|
| 895 |
|
| 896 |
gr.Markdown("### βοΈ Customization Settings")
|