Khanmx99 commited on
Commit
98f4e99
·
verified ·
1 Parent(s): 873d1c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- ef agent():
2
  print("Hi, I am your simple AI agent.")
3
  while True:
4
  command = input("Enter a command (type 'quit' to exit): ").lower()
@@ -22,4 +22,4 @@ ef agent():
22
  else:
23
  print("Sorry, I don't understand.")
24
 
25
- def agent():
 
1
+ def agent():
2
  print("Hi, I am your simple AI agent.")
3
  while True:
4
  command = input("Enter a command (type 'quit' to exit): ").lower()
 
22
  else:
23
  print("Sorry, I don't understand.")
24
 
25
+ agent()