Commit ·
6f12f41
1
Parent(s): 73748c3
Add chef and change to RecipeBud
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- index.py +1 -1
__pycache__/app.cpython-311.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
|
|
|
index.py
CHANGED
|
@@ -14,7 +14,7 @@ if 'ingredientsList' not in session_state:
|
|
| 14 |
|
| 15 |
def main():
|
| 16 |
|
| 17 |
-
st.title('
|
| 18 |
|
| 19 |
st.sidebar.header('Ingredients & Nutrition')
|
| 20 |
# List of items
|
|
|
|
| 14 |
|
| 15 |
def main():
|
| 16 |
|
| 17 |
+
st.title('🧑🏽🍳 RecipeBud')
|
| 18 |
|
| 19 |
st.sidebar.header('Ingredients & Nutrition')
|
| 20 |
# List of items
|