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

Revert "Change title"

Browse files

This reverts commit a162482c6d919bfe82100f1b3968bd424a51d1bb.

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 - Hi there! πŸ‘‹")
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")
41
  query = get_query()
42
  if not query:
43
  query = DEFAULT_QUERY