Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -570,8 +570,6 @@ with gr.Blocks(
|
|
570 |
}
|
571 |
""",
|
572 |
) as iface:
|
573 |
-
gr.Markdown("# llms.txt Generator")
|
574 |
-
gr.Markdown("Generate an llms.txt file from a website following the specification.")
|
575 |
|
576 |
with gr.Row():
|
577 |
url_input = gr.Textbox(
|
|
|
570 |
}
|
571 |
""",
|
572 |
) as iface:
|
|
|
|
|
573 |
|
574 |
with gr.Row():
|
575 |
url_input = gr.Textbox(
|