yizhangliu commited on
Commit
630d36a
·
1 Parent(s): f7e0346

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -368,7 +368,7 @@ with gr.Blocks(css_paths="app.css", title="Qwen2.5 Coder Artifacts (+SambaNova+F
368
  if _history is None:
369
  _history = []
370
 
371
- logger.info(f"code_language={code_language}")
372
 
373
  # Prepare the preprocess and postprocess functions
374
  def preprocess(message, history):
 
368
  if _history is None:
369
  _history = []
370
 
371
+ logger.info(f"code_language={code_language} / {query} /")
372
 
373
  # Prepare the preprocess and postprocess functions
374
  def preprocess(message, history):