PowerPointAI / app.py
sarim's picture
user can enter url
fbd08e4
raw
history blame
159 Bytes
import streamlit as st
x = st.slider('Select a value')
url_1 = st.text_input(label="Enter research paper url",value="url_1")
st.write(x, 'squared is', x * x)