Markdown updates
Browse files
app.py
CHANGED
@@ -87,8 +87,8 @@ if __name__ == "__main__":
|
|
87 |
return code, doc_link
|
88 |
|
89 |
with gr.Blocks() as demo:
|
90 |
-
gr.Markdown("Unstructured-Ingest Code Generator")
|
91 |
-
gr.Markdown("Generate code for the unstructured-ingest library based on your inputs.")
|
92 |
|
93 |
with gr.Row():
|
94 |
with gr.Column(scale=1):
|
|
|
87 |
return code, doc_link
|
88 |
|
89 |
with gr.Blocks() as demo:
|
90 |
+
gr.Markdown("# Unstructured-Ingest Code Generator")
|
91 |
+
gr.Markdown("Generate code for the unstructured-ingest library based on your inputs. Learn more about using Unstructured Serverless API in the [documentation](https://docs.unstructured.io/api-reference/ingest/overview).")
|
92 |
|
93 |
with gr.Row():
|
94 |
with gr.Column(scale=1):
|