Spaces:
Sleeping
Sleeping
JishnuSetia
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ def input_image_setup(uploaded_file):
|
|
29 |
else:
|
30 |
raise FileNotFoundError("No file uploaded")
|
31 |
|
32 |
-
st.set_page_config(page_title="AI
|
33 |
-
st.header("AI
|
34 |
input=st.text_input("Input Prompt: ",key="input")
|
35 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
36 |
image=""
|
|
|
29 |
else:
|
30 |
raise FileNotFoundError("No file uploaded")
|
31 |
|
32 |
+
st.set_page_config(page_title="AI Nutritionist")
|
33 |
+
st.header("AI Nutritionist")
|
34 |
input=st.text_input("Input Prompt: ",key="input")
|
35 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
36 |
image=""
|