Spaces:
Sleeping
Sleeping
GitHub Actions commited on
Commit ·
cc49a0d
1
Parent(s): ae01fa4
Deploy from GitHub Actions
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ demo = gr.Interface(
|
|
| 77 |
gr.Textbox(label="Prediction Status"),
|
| 78 |
gr.Textbox(label="Analysis Details")
|
| 79 |
],
|
| 80 |
-
title="
|
| 81 |
description=description,
|
| 82 |
theme=gr.themes.Soft()
|
| 83 |
)
|
|
|
|
| 77 |
gr.Textbox(label="Prediction Status"),
|
| 78 |
gr.Textbox(label="Analysis Details")
|
| 79 |
],
|
| 80 |
+
title="PiranaWare Boat Engine Predictive Maintenance",
|
| 81 |
description=description,
|
| 82 |
theme=gr.themes.Soft()
|
| 83 |
)
|