Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def check_data_drift():
|
|
133 |
else:
|
134 |
data_drift_status['Type'] = "No Data Drift!"
|
135 |
|
136 |
-
return data_drift_status
|
137 |
|
138 |
|
139 |
with gr.Blocks() as demo:
|
|
|
133 |
else:
|
134 |
data_drift_status['Type'] = "No Data Drift!"
|
135 |
|
136 |
+
return pd.DataFrame.from_dict(data_drift_status)
|
137 |
|
138 |
|
139 |
with gr.Blocks() as demo:
|