MariaK commited on
Commit
d711063
·
verified ·
1 Parent(s): 9559672

Markdown updates

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