captain-awesome commited on
Commit
62600d5
·
verified ·
1 Parent(s): d55e9be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def main():
112
  verbose=True
113
  )
114
 
115
- response = agent.run(query")
116
 
117
  end = timeit.default_timer()
118
  st.write("Elapsed time:")
 
112
  verbose=True
113
  )
114
 
115
+ response = agent.run(query)
116
 
117
  end = timeit.default_timer()
118
  st.write("Elapsed time:")