Spaces:
Runtime error
Runtime error
noumanjavaid
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ body {{
|
|
83 |
class AdvancedGrokChatApp:
|
84 |
def __init__(self):
|
85 |
# Cosmic AI Configuration
|
86 |
-
self.XAI_API_KEY =
|
87 |
|
88 |
if not self.XAI_API_KEY:
|
89 |
st.error("🛸 Cosmic Connection Lost: API Key Missing!")
|
|
|
83 |
class AdvancedGrokChatApp:
|
84 |
def __init__(self):
|
85 |
# Cosmic AI Configuration
|
86 |
+
self.XAI_API_KEY = "X-ai = xai-1HSpHLqxC3LnInrYpwAobgEVsjchUG0PP0adniSXWGQXwq6YfvcPto9MhsS6ouQtC4a4Dh2qqXmERgQQ"
|
87 |
|
88 |
if not self.XAI_API_KEY:
|
89 |
st.error("🛸 Cosmic Connection Lost: API Key Missing!")
|