Spaces:
Sleeping
Sleeping
Update pages/NeuralAgents.py
Browse files- pages/NeuralAgents.py +1 -0
pages/NeuralAgents.py
CHANGED
@@ -82,6 +82,7 @@ async def main():
|
|
82 |
}
|
83 |
|
84 |
json_credentials = json.dumps(APItokens)
|
|
|
85 |
|
86 |
userInput = st.chat_input("Ask Agent")
|
87 |
|
|
|
82 |
}
|
83 |
|
84 |
json_credentials = json.dumps(APItokens)
|
85 |
+
print(json_credentials)
|
86 |
|
87 |
userInput = st.chat_input("Ask Agent")
|
88 |
|