Santosh commited on
Commit
a405ce7
·
1 Parent(s): e81957e

made changes

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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. It consists information about all the datasets until 20/09/2025.
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()