File size: 181 Bytes
935a660
 
5b71e40
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import streamlit as st

st.write('Try to guess a secret word by semantic similarity')

word = st.text_input("Input a word")

if st.button("Guess"):
    st.write("Your word ", word)