Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def fetch_readme_content():
|
|
| 14 |
|
| 15 |
class SearchApplication:
|
| 16 |
def __init__(self):
|
| 17 |
-
self.title = "
|
| 18 |
self.set_page_config()
|
| 19 |
|
| 20 |
st.header(self.title)
|
|
|
|
| 14 |
|
| 15 |
class SearchApplication:
|
| 16 |
def __init__(self):
|
| 17 |
+
self.title = "Production Machine Learning Search"
|
| 18 |
self.set_page_config()
|
| 19 |
|
| 20 |
st.header(self.title)
|