Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 21 |
-
st.write("
|
| 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 |
##########################################
|