Nithikorn commited on
Commit
4c055c1
·
verified ·
1 Parent(s): 1597088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def predict_signature(image1, image2):
91
 
92
  # Create Gradio UI
93
  with gr.Blocks() as demo:
94
- gr.Markdown("# Signature Verification System")
95
 
96
  with gr.Row():
97
  img1 = gr.Image(type="pil", label="Signature 1", show_label=True)
 
91
 
92
  # Create Gradio UI
93
  with gr.Blocks() as demo:
94
+ gr.Markdown("# 🖊 Signature Verification System")
95
 
96
  with gr.Row():
97
  img1 = gr.Image(type="pil", label="Signature 1", show_label=True)