Spaces:
Build error
Build error
i add question mark
Browse files- simpleapp1.py +1 -1
simpleapp1.py
CHANGED
|
@@ -3,7 +3,7 @@ import streamlit as st
|
|
| 3 |
def main():
|
| 4 |
st.title("Mood Checker")
|
| 5 |
|
| 6 |
-
name = st.text_input("What's your name?")
|
| 7 |
mood = st.selectbox("How are you feeling today?", ("Happy", "Sad", "Angry", "Excited", "Bored"))
|
| 8 |
|
| 9 |
if st.button("submit"):
|
|
|
|
| 3 |
def main():
|
| 4 |
st.title("Mood Checker")
|
| 5 |
|
| 6 |
+
name = st.text_input("What's your name??????")
|
| 7 |
mood = st.selectbox("How are you feeling today?", ("Happy", "Sad", "Angry", "Excited", "Bored"))
|
| 8 |
|
| 9 |
if st.button("submit"):
|