gradsyntax commited on
Commit
1d3d27b
·
verified ·
1 Parent(s): e3ea48d

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  inputs=None, # The user doesn't need to provide input
26
  outputs=gr.Textbox(label="Prediction Result", lines=3),
27
  title="CAR-T Cell Cluster Predictor",
28
- description="Click the 'Submit' button to select a random cell from our dataset and see the model's prediction for which cluster it belongs to."
29
  )
30
 
31
  # Launch the app
 
25
  inputs=None, # The user doesn't need to provide input
26
  outputs=gr.Textbox(label="Prediction Result", lines=3),
27
  title="CAR-T Cell Cluster Predictor",
28
+ description="Click the 'Generate' button to select a random cell from our dataset and see the model's prediction for which cluster it belongs to."
29
  )
30
 
31
  # Launch the app