selim-ba commited on
Commit
fd18c0b
·
verified ·
1 Parent(s): 88583e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ class SuperSmartAgent:
96
 
97
 
98
  graph = builder.compile()
 
99
 
100
  def __call__(self, question: str) -> str:
101
  # use self.graph to process the question
 
96
 
97
 
98
  graph = builder.compile()
99
+ return graph
100
 
101
  def __call__(self, question: str) -> str:
102
  # use self.graph to process the question