LiangLabUMB commited on
Commit
5f59dc0
·
verified ·
1 Parent(s): 8a830b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -355,11 +355,11 @@ if ('serviceWorker' in navigator) {
355
 
356
  # Create the Gradio interface
357
  with gr.Blocks(
358
- title="Cell Viability Counter with Trypan Blue Analysis",
359
  theme=gr.themes.Soft(),
360
  head=pwa_head # Add PWA head elements
361
  ) as demo:
362
- gr.Markdown("# Cell Viability Counter with Trypan Blue Analysis")
363
  gr.Markdown("Upload a trypan blue stained microscopy image and analyze cell viability. Dead cells appear blue, alive cells are unstained. For accurate cell confluency, crop the image to display only desired area.")
364
 
365
  # Define State components to store masks and image data across function calls
 
355
 
356
  # Create the Gradio interface
357
  with gr.Blocks(
358
+ title="CellposeCellCounter",
359
  theme=gr.themes.Soft(),
360
  head=pwa_head # Add PWA head elements
361
  ) as demo:
362
+ gr.Markdown("# CellposeCellCounter")
363
  gr.Markdown("Upload a trypan blue stained microscopy image and analyze cell viability. Dead cells appear blue, alive cells are unstained. For accurate cell confluency, crop the image to display only desired area.")
364
 
365
  # Define State components to store masks and image data across function calls