louiecerv commited on
Commit
6a0d00c
·
1 Parent(s): 59b2d3c

removed questionark

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