Vaishak G Kumar commited on
Commit
fb6f5b2
·
verified ·
1 Parent(s): e2dcaa9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -113,6 +113,8 @@ def process_query(oai_key, query, max_auto_reply):
113
 
114
  team_action = team_function.get(team, lambda: "No appropriate team found for the given input.")
115
  return team_action()
 
 
116
 
117
  def main():
118
  with gr.Blocks() as demo:
 
113
 
114
  team_action = team_function.get(team, lambda: "No appropriate team found for the given input.")
115
  return team_action()
116
+ return boss_aid
117
+
118
 
119
  def main():
120
  with gr.Blocks() as demo: