Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
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")
|