shayekh commited on
Commit
c3a8d0c
Β·
verified Β·
1 Parent(s): 0488f64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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")