Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dell-research-harvard
/
newsdejavu
like
9
Runtime error
App
Files
Files
Community
tombryan
commited on
Apr 4
Commit
df8bdb6
•
1 Parent(s):
aefc329
test
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import streamlit as st
2
3
x = st.slider('Select a value')
1
+
# Just trying out a comment to test commits
2
+
3
import streamlit as st
4
5
x = st.slider('Select a value')