tcy6 commited on
Commit
801b8dc
1 Parent(s): 3758246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def upvote(knowledge_base, query):
180
 
181
  print("up", os.path.join(target_cache_dir, f"q-{query_md5}-withpref.json"))
182
 
183
- gr.Info('Received, babe! Thank you!')
184
 
185
  return
186
 
 
180
 
181
  print("up", os.path.join(target_cache_dir, f"q-{query_md5}-withpref.json"))
182
 
183
+ gr.Info('Received! Thank you very much!')
184
 
185
  return
186