Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
calvininterview
/
interview-streamlit
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hyechanjun
commited on
Mar 23, 2022
Commit
eb4bdc4
·
1 Parent(s):
b7cf1f8
testing stwrite()
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -55,3 +55,5 @@ option = st.selectbox(
55
56
if st.button('Submit'):
57
st.write(genQuestion(option, input))
55
56
if st.button('Submit'):
57
st.write(genQuestion(option, input))
58
+
59
+
st.write("Things and stuff")