AIdeaText commited on
Commit
4439d0f
1 Parent(s): 8ad32f8

Update modules/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui.py +1 -1
modules/ui.py CHANGED
@@ -186,7 +186,7 @@ def display_student_progress(username, lang_code='es'):
186
  print("student_data['word_count']:", student_data['word_count'])
187
  print("df:", df)
188
 
189
- fig, ax = plt.subplots(figsize=(12, 8), dpi=80)
190
  colors = [POS_COLORS.get(cat, '#CCCCCC') for cat in df['category']]
191
  print("colors:", colors)
192
  print("labels:", df['label'].tolist())
 
186
  print("student_data['word_count']:", student_data['word_count'])
187
  print("df:", df)
188
 
189
+ fig, ax = plt.subplots(figsize=(8, 6), dpi=80)
190
  colors = [POS_COLORS.get(cat, '#CCCCCC') for cat in df['category']]
191
  print("colors:", colors)
192
  print("labels:", df['label'].tolist())