KingmaoQ commited on
Commit
d2d3ccb
·
verified ·
1 Parent(s): 2b553b0

Update RL0910/enhanced_chat_ui.py

Browse files
Files changed (1) hide show
  1. RL0910/enhanced_chat_ui.py +1 -1
RL0910/enhanced_chat_ui.py CHANGED
@@ -1134,7 +1134,7 @@ def create_gradio_interface():
1134
  pd = get_pandas()
1135
  import io
1136
  from PIL import Image
1137
- from data_manager import data_manager
1138
 
1139
  # 提前处理空数据的情况,渲染占位图
1140
  if not stats or (isinstance(stats, dict) and stats.get("total_records", 0) == 0 and not stats.get("action_counts")):
 
1134
  pd = get_pandas()
1135
  import io
1136
  from PIL import Image
1137
+ from .data_manager import data_manager
1138
 
1139
  # 提前处理空数据的情况,渲染占位图
1140
  if not stats or (isinstance(stats, dict) and stats.get("total_records", 0) == 0 and not stats.get("action_counts")):