joey1101 commited on
Commit
0152128
·
verified ·
1 Parent(s): b204d6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ import soundfile as sf # For saving audio as .wav files
17
  ##########################################
18
  # Streamlit application title and input
19
  ##########################################
20
- st.title("Comment Reply for You") # Set the app title for user interface
21
- st.write("Generate automatic replies for user comments") # Add a brief app description
22
  text = st.text_area("Enter your comment", "") # Text area for user to input their comment or feedback
23
 
24
  ##########################################
 
17
  ##########################################
18
  # Streamlit application title and input
19
  ##########################################
20
+ st.title("Just Comment") # Set the app title for user interface
21
+ st.write("I'm listening to you, my friend") # Add a brief app description
22
  text = st.text_area("Enter your comment", "") # Text area for user to input their comment or feedback
23
 
24
  ##########################################