ThomasSimonini HF staff commited on
Commit
3a485e9
·
1 Parent(s): 585b645

Update layout visibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,7 +259,7 @@ def certification(hf_username, first_name, last_name):
259
 
260
 
261
 
262
- return message, pdf, certificate, df, output_row: gr.update(visible=True)
263
 
264
  """
265
  Verify that the user pass.
 
259
 
260
 
261
 
262
+ return message, pdf, certificate, df, output_row.update(visible=True)
263
 
264
  """
265
  Verify that the user pass.