Danicia's picture
feat: initial commit with simple slider with max request number per minute
a07e033
raw
history blame contribute delete
162 Bytes
import streamlit as st
x = st.slider('Select the max request number per minute')
st.write(x, 'Estimated Cost for Serveless architecture for that is', 0.0003 * x)