add history cache
Browse files
app.py
CHANGED
@@ -179,7 +179,8 @@ with gr.Blocks() as demo:
|
|
179 |
type='messages',
|
180 |
multimodal=True,
|
181 |
title='MultiAgent System for Screenplay Creation and Editing',
|
182 |
-
show_progress='full'
|
|
|
183 |
)
|
184 |
|
185 |
|
|
|
179 |
type='messages',
|
180 |
multimodal=True,
|
181 |
title='MultiAgent System for Screenplay Creation and Editing',
|
182 |
+
show_progress='full',
|
183 |
+
save_history=True,
|
184 |
)
|
185 |
|
186 |
|