tommy24 commited on
Commit
0200563
·
1 Parent(s): fa9bcb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -671,7 +671,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
671
  print("RESPONSE TRY (NO IMAGE)", completion, reply)
672
 
673
  except:
674
- reply = "Maximum messages: 15. Please clear your history and Try Again!"
675
  output.append({"Mode": "Chat", "content": reply})
676
 
677
  return output
 
671
  print("RESPONSE TRY (NO IMAGE)", completion, reply)
672
 
673
  except:
674
+ reply = "Maximum messages: 15. Please clear your history and Try Again! (No Image)"
675
  output.append({"Mode": "Chat", "content": reply})
676
 
677
  return output