Spaces:
Running
Running
updated app.py
Browse files
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 '
|
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
|