Building a Server & Client socket, using the Socket module, and making them communicate over their respective IPs.
ParentFolder
|
|-server_test.py
|-crc_input.py
|-streamlit_app.py
use command
pip install streamlitFirst run the server:
python server_test.pyThen client:
streamlit run streamlit_app.py

