Spaces:
Running
Running
Rename app (24).py to app.py
Browse files- app (24).py β app.py +1 -1
app (24).py β app.py
RENAMED
@@ -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 organizing LeRobot Worldwide Hackathon locally! π",
|
38 |
description="Enter your name below to generate your personalized certificate.",
|
39 |
live=True
|
40 |
)
|