Spaces:
Build error
Build error
Ankur Goyal
commited on
Commit
•
8b77290
1
Parent(s):
884758d
Update table visibility status (I think this fixes the table reloading bug)
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ def process_fields(document, fields, model=list(CHECKPOINTS.keys())[0]):
|
|
220 |
return (
|
221 |
gr.update(visible=True, value=pages),
|
222 |
gr.update(visible=True, value=ret),
|
223 |
-
|
224 |
)
|
225 |
|
226 |
|
|
|
220 |
return (
|
221 |
gr.update(visible=True, value=pages),
|
222 |
gr.update(visible=True, value=ret),
|
223 |
+
table
|
224 |
)
|
225 |
|
226 |
|