Update app.py
Browse files
app.py
CHANGED
@@ -356,7 +356,7 @@ def generate(prompt, history, post_check,full_conv, agent_name=agents[0], sys_pr
|
|
356 |
|
357 |
#prompt = question_generate(output, history)
|
358 |
#main_point[0]=prompt
|
359 |
-
full_conv.
|
360 |
|
361 |
|
362 |
html_out=load_html(full_conv,title)
|
|
|
356 |
|
357 |
#prompt = question_generate(output, history)
|
358 |
#main_point[0]=prompt
|
359 |
+
full_conv.update((output,None,None))
|
360 |
|
361 |
|
362 |
html_out=load_html(full_conv,title)
|