hgrif commited on
Commit
a162482
β€’
1 Parent(s): 24273a3

Change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main():
37
  "[source](https://github.com/godatadriven/rhyme-with-ai).</sup>",
38
  unsafe_allow_html=True,
39
  )
40
- st.title("Rhyme with AI")
41
  query = get_query()
42
  if not query:
43
  query = DEFAULT_QUERY
 
37
  "[source](https://github.com/godatadriven/rhyme-with-ai).</sup>",
38
  unsafe_allow_html=True,
39
  )
40
+ st.title("Rhyme with AI - Hi there! πŸ‘‹")
41
  query = get_query()
42
  if not query:
43
  query = DEFAULT_QUERY