razvanfischer commited on
Commit
05ff665
·
1 Parent(s): 33f7dfc

Small insignificant change

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -343,6 +343,7 @@ if __name__ == "__main__":
343
  # while True:
344
  # query = input("Ask a question here: ")
345
  # answ = asyncio.run(agent(query))
 
346
 
347
  print("\n" + "-" * 30 + " App Starting " + "-" * 30)
348
  # Check for SPACE_HOST and SPACE_ID at startup for information
 
343
  # while True:
344
  # query = input("Ask a question here: ")
345
  # answ = asyncio.run(agent(query))
346
+ # print(answ)
347
 
348
  print("\n" + "-" * 30 + " App Starting " + "-" * 30)
349
  # Check for SPACE_HOST and SPACE_ID at startup for information