Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
fn=generate_certificate,
|
35 |
inputs=gr.Textbox(label="Enter Your Name"),
|
36 |
outputs=[gr.Image(type="pil"), gr.File(label="Download Certificate")], # Added file output for download
|
37 |
-
title="Certificate
|
38 |
description="Enter your name below to generate your personalized certificate.",
|
39 |
live=True
|
40 |
)
|
|
|
34 |
fn=generate_certificate,
|
35 |
inputs=gr.Textbox(label="Enter Your Name"),
|
36 |
outputs=[gr.Image(type="pil"), gr.File(label="Download Certificate")], # Added file output for download
|
37 |
+
title="🎓 Generate your Certificate for participation",
|
38 |
description="Enter your name below to generate your personalized certificate.",
|
39 |
live=True
|
40 |
)
|