Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ with st.sidebar:
|
|
| 40 |
st.header("⚙️ Configuration")
|
| 41 |
|
| 42 |
if api_key:
|
| 43 |
-
st.success("
|
| 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")
|