Datawithsarah commited on
Commit
208307a
·
1 Parent(s): 586cfcf

removed syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as demo:
107
  table = gr.DataFrame(label="Answers Log")
108
 
109
  run_button.click(fn=run_agent_only, outputs=[status_box, table])
110
- submit_button.click(fn=submit_cached_answers, outputs=[status_box, table]))
111
 
112
  if __name__ == "__main__":
113
  print("\n" + "-"*30 + " App Starting " + "-"*30)
 
107
  table = gr.DataFrame(label="Answers Log")
108
 
109
  run_button.click(fn=run_agent_only, outputs=[status_box, table])
110
+ submit_button.click(fn=submit_cached_answers, outputs=[status_box, table])
111
 
112
  if __name__ == "__main__":
113
  print("\n" + "-"*30 + " App Starting " + "-"*30)