Santosh
commited on
Commit
·
a405ce7
1
Parent(s):
e81957e
made changes
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ with gr.Blocks() as demo:
|
|
308 |
- Track progress using `status`.
|
309 |
|
310 |
## Why the table?
|
311 |
-
The table gives a structured view of all datasets, making it easy to sort, filter, and update information for each dataset.
|
312 |
|
313 |
## What does the table contain?
|
314 |
Each row represents a dataset. Columns include:
|
@@ -478,5 +478,4 @@ with gr.Blocks() as demo:
|
|
478 |
outputs=[data_table, total_pages_display, page_number, selected_dataset_id, assigned_to_input]
|
479 |
)
|
480 |
|
481 |
-
demo.launch()
|
482 |
-
print("App launched.")
|
|
|
308 |
- Track progress using `status`.
|
309 |
|
310 |
## Why the table?
|
311 |
+
The table gives a structured view of all datasets, making it easy to sort, filter, and update information for each dataset.
|
312 |
|
313 |
## What does the table contain?
|
314 |
Each row represents a dataset. Columns include:
|
|
|
478 |
outputs=[data_table, total_pages_display, page_number, selected_dataset_id, assigned_to_input]
|
479 |
)
|
480 |
|
481 |
+
demo.launch()
|
|