Allob commited on
Commit
e91d01f
·
1 Parent(s): 935a660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -1,11 +1,3 @@
1
  import streamlit as st
2
 
3
- secret_word = "нос"
4
-
5
- attempts = {}
6
-
7
- word = st.text_input('Input a word')
8
-
9
- if st.button('Guess'):
10
- attempts[word] = 0.11
11
- st.write(attempts)
 
1
  import streamlit as st
2
 
3
+ st.write("Hello world!")