Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -648,7 +648,8 @@ with demo:
|
|
648 |
with gr.Column(scale=2):
|
649 |
output = gr.Markdown(
|
650 |
label="Check Results",
|
651 |
-
|
|
|
652 |
|
653 |
# Update template type visibility based on document type
|
654 |
def update_template_visibility(doc_type):
|
|
|
648 |
with gr.Column(scale=2):
|
649 |
output = gr.Markdown(
|
650 |
label="Check Results",
|
651 |
+
value="Results will appear here after processing..."
|
652 |
+
)
|
653 |
|
654 |
# Update template type visibility based on document type
|
655 |
def update_template_visibility(doc_type):
|