ThomasSimonini HF Staff commited on
Commit
e084787
·
verified ·
1 Parent(s): 29dd10e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")