louiecerv commited on
Commit
06e4c04
·
1 Parent(s): 2123f13

i add question mark

Browse files
Files changed (1) hide show
  1. 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"):