reputation commited on
Commit
2096073
1 Parent(s): 62f42a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def process_image(image_path):
34
 
35
 
36
  def main():
37
- st.title("Face eMEOWtion")
38
  uploaded_file = st.file_uploader("Upload an image file", type=["jpg", "png", "jpeg"])
39
  if uploaded_file:
40
  image_path = f"uploads/{uploaded_file.name}"
 
34
 
35
 
36
  def main():
37
+ st.title("Face emotion")
38
  uploaded_file = st.file_uploader("Upload an image file", type=["jpg", "png", "jpeg"])
39
  if uploaded_file:
40
  image_path = f"uploads/{uploaded_file.name}"