Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,6 @@ with gr.Blocks() as demo:
|
|
76 |
|
77 |
with gr.Row():
|
78 |
with gr.Column():
|
79 |
-
gr.Textbox(check_model_drift, every=5)
|
80 |
|
81 |
demo.queue().launch()
|
|
|
76 |
|
77 |
with gr.Row():
|
78 |
with gr.Column():
|
79 |
+
gr.Textbox(check_model_drift, every=5, label="Model Drift Status")
|
80 |
|
81 |
demo.queue().launch()
|