CoderHassan commited on
Commit
d3829fb
Β·
verified Β·
1 Parent(s): 25c8c70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
1
  """
2
  KhidmatAI β€” AI Service Orchestrator for Informal Economy
3
- Streamlit interface for HuggingFace Spaces (free tier)
4
  """
5
 
6
  import streamlit as st
@@ -122,7 +121,7 @@ st.markdown("""
122
  # API KEY STATUS BANNER
123
  # ════════════════════════════════════════════════════════════════════
124
  api_key = os.environ.get("GEMINI_API_KEY", "").strip()
125
- key_valid = bool(api_key and api_key != "your_gemini_api_key_here" and len(api_key) > 20)
126
 
127
  if not key_valid:
128
  st.markdown("""
 
1
  """
2
  KhidmatAI β€” AI Service Orchestrator for Informal Economy
 
3
  """
4
 
5
  import streamlit as st
 
121
  # API KEY STATUS BANNER
122
  # ════════════════════════════════════════════════════════════════════
123
  api_key = os.environ.get("GEMINI_API_KEY", "").strip()
124
+ key_valid = bool(api_key and api_key != "YOUR_GEM_KEY" and len(api_key) > 20)
125
 
126
  if not key_valid:
127
  st.markdown("""