Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -154,11 +154,11 @@ with gr.Blocks() as demo:
|
|
154 |
with gr.Column():
|
155 |
gr.Textbox(check_model_drift, every=5, label="Model Drift Status")
|
156 |
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
|
163 |
gr.Markdown("## Data drift detection (every 5 seconds)")
|
164 |
|
|
|
154 |
with gr.Column():
|
155 |
gr.Textbox(check_model_drift, every=5, label="Model Drift Status")
|
156 |
|
157 |
+
gr.Markdown("## Distribution of Training Targets")
|
158 |
+
|
159 |
+
with gr.Row():
|
160 |
+
with gr.Column():
|
161 |
+
gr.Plot(plot_target_distributions, every=60, label="Target Data Distributions")
|
162 |
|
163 |
gr.Markdown("## Data drift detection (every 5 seconds)")
|
164 |
|