Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
import requests
|
| 4 |
import google.generativeai as genai
|
| 5 |
import streamlit as st
|
|
@@ -100,7 +98,7 @@ def main():
|
|
| 100 |
# App logo and header side by side
|
| 101 |
col1, col2 = st.columns([1, 3]) # Adjust proportions as needed
|
| 102 |
with col1:
|
| 103 |
-
st.image(Image.open(
|
| 104 |
with col2:
|
| 105 |
st.markdown(
|
| 106 |
"<h1 style='text-align: left; color: #ffffff;'>🍽️ ConsumeNice - Analyze Products with AI</h1>",
|
|
|
|
|
|
|
|
|
|
| 1 |
import requests
|
| 2 |
import google.generativeai as genai
|
| 3 |
import streamlit as st
|
|
|
|
| 98 |
# App logo and header side by side
|
| 99 |
col1, col2 = st.columns([1, 3]) # Adjust proportions as needed
|
| 100 |
with col1:
|
| 101 |
+
st.image(Image.open('logo.png'), width=120, caption="ConsumeNice - Know What You Consume")
|
| 102 |
with col2:
|
| 103 |
st.markdown(
|
| 104 |
"<h1 style='text-align: left; color: #ffffff;'>🍽️ ConsumeNice - Analyze Products with AI</h1>",
|