Spaces:
Running
Running
Update frontend.py
Browse files- frontend.py +1 -1
frontend.py
CHANGED
@@ -219,4 +219,4 @@ with tab2:
|
|
219 |
else:
|
220 |
st.error(f"API Error: {res.status_code}")
|
221 |
except Exception as e:
|
222 |
-
st.error(f"Bulk analysis failed: {e}")
|
|
|
219 |
else:
|
220 |
st.error(f"API Error: {res.status_code}")
|
221 |
except Exception as e:
|
222 |
+
st.error(f"Bulk analysis failed: {e}")
|