Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|