tommymarto commited on
Commit
d10889a
1 Parent(s): d1a6faa

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -329,7 +329,7 @@ with gr.Blocks(title="Educational AI", css=css) as demo:
329
  with gr.Row(elem_classes=["row-content"]):
330
  with gr.Column(scale=3, elem_classes=["column-content"]):
331
  level_component = gr.Dropdown(label="Level", choices=levels, value=levels[-1])
332
- url_component = gr.Textbox(label="Input URL - Do not provide pages that are too long (e.g. Wikipedia pages) or too short, as they may not be analyzed correctly", placeholder="Enter URL here...")
333
  iframe_component = gr.HTML("<iframe class='second-row' src='' allowfullscreen></iframe>")
334
 
335
  with gr.Column(scale=3):
 
329
  with gr.Row(elem_classes=["row-content"]):
330
  with gr.Column(scale=3, elem_classes=["column-content"]):
331
  level_component = gr.Dropdown(label="Level", choices=levels, value=levels[-1])
332
+ url_component = gr.Textbox(label="Input URL - Do not provide pages that are too long (e.g. Wikipedia pages) or too short, as they may not be analyzed correctly\n Example: https://lilianweng.github.io/posts/2024-02-05-human-data-quality/", placeholder="Enter URL here...")
333
  iframe_component = gr.HTML("<iframe class='second-row' src='' allowfullscreen></iframe>")
334
 
335
  with gr.Column(scale=3):