Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
|
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
-
gr.DataFrame(check_data_drift, every=5, label="Data Drift Status")
|
153 |
|
154 |
|
155 |
demo.queue().launch()
|
|
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
+
gr.DataFrame(check_data_drift, every=5, min_width=240, label="Data Drift Status")
|
153 |
|
154 |
|
155 |
demo.queue().launch()
|