Khussal "Kus" Zamlahani

Results 2 comments of Khussal "Kus" Zamlahani

> @HZooly thank you! This worked for me: > > ``` > .slider-container { > max-width: 100vw; > width: 100%; > overflow: hidden; > } > ``` worked for me

> The python system path might not have the current directory. Adding `PYTHONPATH=.` will resolve this: > > ``` > PYTHONPATH=. streamlit run scripts/demo/sampling.py --server.port > ``` it works!!!