Spaces:
Build error
Build error
Ronio Jerico Roque commited on
Commit ·
2a6375a
1
Parent(s): 80ae375
Remove commented error message for invalid CSV format in SeoOffPageAnalyst class
Browse files- classes/Off_Page.py +2 -1
classes/Off_Page.py
CHANGED
|
@@ -77,7 +77,8 @@ class SeoOffPageAnalyst:
|
|
| 77 |
combined_text += f"Referring Domain: {unique_domains}"
|
| 78 |
#st.info("Backlinks - SEMRush Uploaded Successfuly", icon="ℹ️")
|
| 79 |
except KeyError:
|
| 80 |
-
st.info("Incorrect CSV format. Please upload a valid CSV file.")
|
|
|
|
| 81 |
except UnboundLocalError:
|
| 82 |
pass
|
| 83 |
except AttributeError:
|
|
|
|
| 77 |
combined_text += f"Referring Domain: {unique_domains}"
|
| 78 |
#st.info("Backlinks - SEMRush Uploaded Successfuly", icon="ℹ️")
|
| 79 |
except KeyError:
|
| 80 |
+
#st.info("Incorrect CSV format. Please upload a valid CSV file.")
|
| 81 |
+
pass
|
| 82 |
except UnboundLocalError:
|
| 83 |
pass
|
| 84 |
except AttributeError:
|