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

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} / {query} /")
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/query={code_language}/{query}/")
372
 
373
  # Prepare the preprocess and postprocess functions
374
  def preprocess(message, history):