Spaces:
Build error
Build error
Revert "Change title"
Browse filesThis reverts commit a162482c6d919bfe82100f1b3968bd424a51d1bb.
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")
|
41 |
query = get_query()
|
42 |
if not query:
|
43 |
query = DEFAULT_QUERY
|