below is my code, it’s just a title and file_uploader but upload option is not displaying in UI. it’s just keep on loading.
i tried multiple streamlit versions too
import streamlit as st
st.header("Face Detection")
st.file_uploader("Upload your image", type=["jpg", "png", "jpeg"])
screenshot:
Hello,
is it just the st.file_uploaderthat doesn’t load ? The basic “streamlit hello” works fine ?
Did you try another browser ? (Adblock ?))
Hi Faltawer,
Yeah, other basic syntax works fine,
I used st.header() in the app, and you can see the same in above screenshot “Face Detection”.
and Same issue in all browser and check adblocker also
SteDe
4
I think its not a stramlit issue.
Did you tried you create a virtual environment to isolate your project?
python -m venv “%APPDIR%\venv”
On my PC its working fine.