Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -153,8 +153,6 @@ def main():
|
|
153 |
product_input = st.text_input("Enter Product Name", placeholder="e.g., Coca-Cola, Oreo, Dove Soap")
|
154 |
tone = st.radio("Choose Analysis Depth", options=["Simple", "In-depth"], index=0)
|
155 |
|
156 |
-
session_state.summary)
|
157 |
-
|
158 |
# ##ss
|
159 |
if st.button("Search"):
|
160 |
with st.spinner("Searching for products..."):
|
|
|
153 |
product_input = st.text_input("Enter Product Name", placeholder="e.g., Coca-Cola, Oreo, Dove Soap")
|
154 |
tone = st.radio("Choose Analysis Depth", options=["Simple", "In-depth"], index=0)
|
155 |
|
|
|
|
|
156 |
# ##ss
|
157 |
if st.button("Search"):
|
158 |
with st.spinner("Searching for products..."):
|