davidlee1102 commited on
Commit
2f8c020
1 Parent(s): 5f275da

Add User_Logs For Group Coursework

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -8,10 +8,7 @@ if (st.button('Submit')):
8
  result = name.title()
9
  try:
10
  result_check = emotion_predict(result)
11
- try:
12
- user_capture(result, result_check)
13
- except Exception as E:
14
- print(E)
15
  except Exception as E:
16
  result_check = "Error"
17
  print(E)
 
8
  result = name.title()
9
  try:
10
  result_check = emotion_predict(result)
11
+ user_capture(result, result_check)
 
 
 
12
  except Exception as E:
13
  result_check = "Error"
14
  print(E)