Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ if generate_button and target_url:
|
|
128 |
mime='text/csv',
|
129 |
)
|
130 |
else:
|
131 |
-
st.error("Failed to generate CSV: No data returned from the API or data processing error
|
132 |
|
133 |
# Reset functionality
|
134 |
if reset_button:
|
|
|
128 |
mime='text/csv',
|
129 |
)
|
130 |
else:
|
131 |
+
st.error("Failed to generate CSV: No data returned from the API or data processing error")
|
132 |
|
133 |
# Reset functionality
|
134 |
if reset_button:
|