QuickLearnerAI commited on
Commit
81db454
·
verified ·
1 Parent(s): b45cead

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ def create_demo():
235
  together_conversation_history= gr.State(value=None)
236
  # Button actions
237
  together_submit_btn.click(
238
- fn=generate_math_solution_together,
239
  inputs=[together_api_key, together_problem_input, together_image_input, together_conversation_history],
240
  outputs=[together_solution_output, together_conversation_history]
241
  )
 
235
  together_conversation_history= gr.State(value=None)
236
  # Button actions
237
  together_submit_btn.click(
238
+ fn=gen_math_sol_together,
239
  inputs=[together_api_key, together_problem_input, together_image_input, together_conversation_history],
240
  outputs=[together_solution_output, together_conversation_history]
241
  )