Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
3a485e9
1
Parent(s):
585b645
Update layout visibility
Browse files
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
|
| 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.
|