Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as demo:
|
|
70 |
|
71 |
generate_btn.click(
|
72 |
fn=handle_certificate,
|
73 |
-
inputs=[name_input
|
74 |
outputs=[output_text, cert_file]
|
75 |
)
|
76 |
|
|
|
70 |
|
71 |
generate_btn.click(
|
72 |
fn=handle_certificate,
|
73 |
+
inputs=[name_input],
|
74 |
outputs=[output_text, cert_file]
|
75 |
)
|
76 |
|