Arcypojeb commited on
Commit
5de28fb
1 Parent(s): 9733359

Update pages/NeuralAgents.py

Browse files
Files changed (1) hide show
  1. 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