Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,3 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
|
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!")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|