Paul720810 commited on
Commit
3e99f1c
·
verified ·
1 Parent(s): c874296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -484,6 +484,8 @@ class TextToSQLSystem:
484
 
485
  # in class TextToSQLSystem:
486
 
 
 
487
  def _validate_and_fix_sql(self, question: str, raw_response: str) -> Tuple[Optional[str], str]:
488
  """
489
  (V23 / 统一实体识别版)
 
484
 
485
  # in class TextToSQLSystem:
486
 
487
+ # in class TextToSQLSystem:
488
+
489
  def _validate_and_fix_sql(self, question: str, raw_response: str) -> Tuple[Optional[str], str]:
490
  """
491
  (V23 / 统一实体识别版)