the-amazing-team / focus-meter

✨ A systematic way of measuring focus of students in online classrooms
0 stars 2 forks source link

Complete Frontend Design #1

Open dusklight00 opened 9 months ago

vivek09thakur commented 8 months ago

Make it with streamlit.

Install Command

pip install streamlit

Demo :

import streamlit as st
x = st.slider("Select a value")
st.write(x, "squared is", x * x)

Run Command

streamlit run streamlit_app.py