pgurazada1 commited on
Commit
d03fa44
·
verified ·
1 Parent(s): 7148512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- gr.Markdown("## Distribution of Training Targets")
158
-
159
- with gr.Row():
160
- with gr.Column():
161
- gr.Plot(plot_target_distributions, every=5, label="Target Data Distributions")
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=5, label="Target Data Distributions")
162
 
163
  gr.Markdown("## Data drift detection (every 5 seconds)")
164