Chris4K commited on
Commit
b130955
1 Parent(s): bbb9f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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