CognitiveScience commited on
Commit
087c2f6
·
1 Parent(s): a05d9d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def generate_html() -> str:
54
  rows.append(row)
55
  rows.reverse()
56
  if len(rows) == 0:
57
- return "no messages yet"
58
  else:
59
  html = "<div class='chatbot'>"
60
  for row in rows:
 
54
  rows.append(row)
55
  rows.reverse()
56
  if len(rows) == 0:
57
+ return "nothing yet"
58
  else:
59
  html = "<div class='chatbot'>"
60
  for row in rows: