Spaces:
Build error
Build error
Change title
Browse files
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
|