Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def check_data_drift():
|
|
150 |
return pd.DataFrame.from_dict(data_drift_status)
|
151 |
|
152 |
|
153 |
-
with gr.Blocks() as demo:
|
154 |
gr.Markdown("# Real-time Monitoring Dashboard")
|
155 |
|
156 |
gr.Markdown("## Model drift detection (every 5 seconds)")
|
|
|
150 |
return pd.DataFrame.from_dict(data_drift_status)
|
151 |
|
152 |
|
153 |
+
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
154 |
gr.Markdown("# Real-time Monitoring Dashboard")
|
155 |
|
156 |
gr.Markdown("## Model drift detection (every 5 seconds)")
|