lekkalar commited on
Commit
37b4a4e
1 Parent(s): c575982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
115
 
116
  with gr.Row():
117
  status = gr.Textbox(label="Status", placeholder="", interactive=False)
118
- load_pdf = gr.Button("Please upload your PDF").style(full_width=False)
119
 
120
  with gr.Row():
121
  document_type = gr.Radio(['Deed of Trust', 'Transmittal Summary'], label="Select the Document Type")
 
115
 
116
  with gr.Row():
117
  status = gr.Textbox(label="Status", placeholder="", interactive=False)
118
+ load_pdf = gr.Button("Upload PDF and generate embeddings").style(full_width=False)
119
 
120
  with gr.Row():
121
  document_type = gr.Radio(['Deed of Trust', 'Transmittal Summary'], label="Select the Document Type")