Spaces:
Sleeping
Sleeping
Vaishak G Kumar
commited on
Update main.py
Browse files
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:
|