Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import re
|
|
14 |
|
15 |
|
16 |
st.set_page_config(layout='wide',
|
17 |
-
page_title='Food Category Classification & Recipes'
|
18 |
)
|
19 |
|
20 |
# Setting up Sidebar
|
|
|
14 |
|
15 |
|
16 |
st.set_page_config(layout='wide',
|
17 |
+
page_title='Food Category Classification & Recipes Recommender'
|
18 |
)
|
19 |
|
20 |
# Setting up Sidebar
|