Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,6 +114,8 @@ async def rollback_last(
|
|
114 |
prompt = build_prompts(ppm, global_context, ctx_num_lconv)
|
115 |
print(prompt)
|
116 |
|
|
|
|
|
117 |
#######
|
118 |
# if internet_option:
|
119 |
# search_prompt = None
|
@@ -137,7 +139,7 @@ async def rollback_last(
|
|
137 |
ppm = res[idx]
|
138 |
ppm.replace_last_pong(response_txt)
|
139 |
|
140 |
-
|
141 |
|
142 |
def reset_chat(idx, ld, state, palm_if):
|
143 |
res = [state["ppmanager_type"].from_json(json.dumps(ppm_str)) for ppm_str in ld]
|
|
|
114 |
prompt = build_prompts(ppm, global_context, ctx_num_lconv)
|
115 |
print(prompt)
|
116 |
|
117 |
+
yield "", ppm.build_uis(), str(res), gr.update(interactive=True), "off"
|
118 |
+
|
119 |
#######
|
120 |
# if internet_option:
|
121 |
# search_prompt = None
|
|
|
139 |
ppm = res[idx]
|
140 |
ppm.replace_last_pong(response_txt)
|
141 |
|
142 |
+
yield "", ppm.build_uis(), str(res), gr.update(interactive=True), "off"
|
143 |
|
144 |
def reset_chat(idx, ld, state, palm_if):
|
145 |
res = [state["ppmanager_type"].from_json(json.dumps(ppm_str)) for ppm_str in ld]
|