ingredient

This commit is contained in:
Adish 2026-02-22 20:00:48 +01:00
parent d334a554c9
commit 445a66df65

View file

@ -2,12 +2,9 @@ import streamlit as st
import requests
import pandas as pd
<<<<<<< HEAD
=======
from functions import cosing_download
from functions_ui import download_pdf
>>>>>>> 584de757bb8f3d254116092e251676a2acfb5c8e
API_BASE = "https://api.cosmoguard.it/api/v1"
st.set_page_config(page_title="Ricerca Ingredienti", layout="wide")