Hoctar77 commited on
Commit
aa7788c
·
verified ·
1 Parent(s): 3c21950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -648,7 +648,8 @@ with demo:
648
  with gr.Column(scale=2):
649
  output = gr.Markdown(
650
  label="Check Results",
651
- ).markdown("Results will appear here after processing...")
 
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):