Allob commited on
Commit
5b71e40
·
1 Parent(s): e91d01f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -1,3 +1,8 @@
1
  import streamlit as st
2
 
3
- st.write("Hello world!")
 
 
 
 
 
 
1
  import streamlit as st
2
 
3
+ st.write('Try to guess a secret word by semantic similarity')
4
+
5
+ word = st.text_input("Input a word")
6
+
7
+ if st.button("Guess"):
8
+ st.write("Your word ", word)