psuserlas commited on
Commit
e942c05
·
verified ·
1 Parent(s): 22adad6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks() as demo:
204
 
205
  gr.ChatInterface(
206
  fn=route_message,
207
- additional_inputs=[mom_type],
208
  title="StudyMama"
209
  )
210
 
 
204
 
205
  gr.ChatInterface(
206
  fn=route_message,
207
+ additional_inputs=[chat_history,mom_type],
208
  title="StudyMama"
209
  )
210