AI-RESEARCHER-2024 commited on
Commit
dc0f43a
·
verified ·
1 Parent(s): 3c00720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -106,4 +106,5 @@ def main():
106
  if user_question:
107
  user_input(user_question, api_key)
108
 
109
- main()
 
 
106
  if user_question:
107
  user_input(user_question, api_key)
108
 
109
+ if __name__ == "__main__":
110
+ main()