Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -494,5 +494,4 @@ if new_dataset_name or selected_dataset_name:
|
|
494 |
st.error(f"Failed to deploy pipeline. Response: {response.text}", icon="π«")
|
495 |
|
496 |
else:
|
497 |
-
st.error(f"row_data '{sample_row_data_value}' is not a valid URI or URL. Please select a different column.", icon="π«")
|
498 |
-
|
|
|
494 |
st.error(f"Failed to deploy pipeline. Response: {response.text}", icon="π«")
|
495 |
|
496 |
else:
|
497 |
+
st.error(f"row_data '{sample_row_data_value}' is not a valid URI or URL. Please select a different column.", icon="π«")
|
|