uumerrr684 commited on
Commit
bd9937d
·
verified ·
1 Parent(s): cf290aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with st.sidebar:
40
  st.header("⚙️ Configuration")
41
 
42
  if api_key:
43
- st.success(" API Key loaded from environment")
44
  else:
45
  st.error("❌ API Key not found in environment")
46
  api_key = st.text_input("OpenRouter API Key", type="password", help="Get your API key from https://openrouter.ai/keys")
 
40
  st.header("⚙️ Configuration")
41
 
42
  if api_key:
43
+ st.success("🟢 API Connected")
44
  else:
45
  st.error("❌ API Key not found in environment")
46
  api_key = st.text_input("OpenRouter API Key", type="password", help="Get your API key from https://openrouter.ai/keys")