IAMTFRMZA commited on
Commit
13966b3
·
verified ·
1 Parent(s): d28cde0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,4 +118,4 @@ if openai_key and assistant_id:
118
  except Exception as e:
119
  st.error(f"An error occurred: {str(e)}")
120
  else:
121
- st.error("⚠️ OpenAI key or Assistant ID not found
 
118
  except Exception as e:
119
  st.error(f"An error occurred: {str(e)}")
120
  else:
121
+ st.error("⚠️ OpenAI key or Assistant ID not found. Please ensure both are set as Hugging Face secrets.")