chansung commited on
Commit
eb9a83d
1 Parent(s): deb765f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def fill_up_placeholders(txt):
94
 
95
  async def rollback_last(
96
  idx, local_data, chat_state,
97
- global_context, res_temp, res_topk, res_toppo, ctx_num_lconv
98
  internet_option, serper_api_key
99
  ):
100
  internet_option = True if internet_option == "on" else False
 
94
 
95
  async def rollback_last(
96
  idx, local_data, chat_state,
97
+ global_context, res_temp, res_topk, res_toppo, ctx_num_lconv,
98
  internet_option, serper_api_key
99
  ):
100
  internet_option = True if internet_option == "on" else False