Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,3 +79,6 @@ if generate and industry and selected_area:
|
|
| 79 |
|
| 80 |
except Exception as e:
|
| 81 |
st.error(f"Error: {e}")
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
except Exception as e:
|
| 81 |
st.error(f"Error: {e}")
|
| 82 |
+
# Footer
|
| 83 |
+
st.markdown("---")
|
| 84 |
+
st.caption("Built with ❤️ for ICSS & Controls Professionals | Created by waqasbm")
|