Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
106 |
|
107 |
gr.LoginButton()
|
108 |
with gr.Row():
|
109 |
-
name_input = gr.Text(label="Enter your name")
|
110 |
generate_btn = gr.Button("Get my certificate")
|
111 |
output_text = gr.Textbox(label="Result")
|
112 |
cert_image = gr.Image(label="Your Certificate")
|
|
|
106 |
|
107 |
gr.LoginButton()
|
108 |
with gr.Row():
|
109 |
+
name_input = gr.Text(label="Enter your name (this will appear on the certificate)")
|
110 |
generate_btn = gr.Button("Get my certificate")
|
111 |
output_text = gr.Textbox(label="Result")
|
112 |
cert_image = gr.Image(label="Your Certificate")
|