test
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ iface = gr.Interface(
|
|
| 206 |
gr.Textbox(label="Start Date (YYYY-MM-DD)", value=min_date.strftime("%Y-%m-%d")),
|
| 207 |
gr.Textbox(label="End Date (YYYY-MM-DD)", value=max_date.strftime("%Y-%m-%d"))
|
| 208 |
],
|
| 209 |
-
outputs=gr.
|
| 210 |
title="Model Retention Analysis",
|
| 211 |
description="Visualize model retention rates over time. Enter dates in YYYY-MM-DD format."
|
| 212 |
)
|
|
|
|
| 206 |
gr.Textbox(label="Start Date (YYYY-MM-DD)", value=min_date.strftime("%Y-%m-%d")),
|
| 207 |
gr.Textbox(label="End Date (YYYY-MM-DD)", value=max_date.strftime("%Y-%m-%d"))
|
| 208 |
],
|
| 209 |
+
outputs=gr.Plot(label="Model Retention Visualization"),
|
| 210 |
title="Model Retention Analysis",
|
| 211 |
description="Visualize model retention rates over time. Enter dates in YYYY-MM-DD format."
|
| 212 |
)
|