Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bpandey23
/
st_llm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bpandey23
commited on
Sep 21, 2024
Commit
a5599b6
·
verified
·
1 Parent(s):
3952e11
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -2,3 +2,4 @@ import streamlit as st
2
3
x = st.slider('Select a value')
4
st.write(x, 'squared is', x * x)
2
3
x = st.slider('Select a value')
4
st.write(x, 'squared is', x * x)
5
+
st.write("Bhavesh Pandey")