LuckyHappyFish commited on
Commit
853b45e
·
1 Parent(s): e39522d

Im strugglign

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def get_ingredients_qwen(food_name):
58
  return f"Error generating ingredients: {e}"
59
 
60
  # **Set OpenAI API Key**
61
- openai.api_key = st.secrets["openai"]["api_key"] # Ensure you have this in your secrets
62
 
63
  # Main content
64
  st.markdown('<div class="title"><h1>DelishAI - Your Culinary Assistant</h1></div>', unsafe_allow_html=True)
 
58
  return f"Error generating ingredients: {e}"
59
 
60
  # **Set OpenAI API Key**
61
+ openai.api_key = st.secrets["openai"] # Ensure you have this in your secrets
62
 
63
  # Main content
64
  st.markdown('<div class="title"><h1>DelishAI - Your Culinary Assistant</h1></div>', unsafe_allow_html=True)