Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ overall_chain = SimpleSequentialChain(
|
|
73 |
verbose=True,
|
74 |
)
|
75 |
|
76 |
-
print(overall_chain.run("What is the capitol of the usa?"))
|
77 |
|
78 |
##################
|
79 |
|
|
|
73 |
verbose=True,
|
74 |
)
|
75 |
|
76 |
+
#print(overall_chain.run("What is the capitol of the usa?"))
|
77 |
|
78 |
##################
|
79 |
|