oh-my-dear-ai commited on
Commit
f04b8e0
β€’
1 Parent(s): c6244c7

fix(plotly): change default renderer to "browser" and install emoji package

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. packages.txt +1 -0
app.py CHANGED
@@ -7,6 +7,9 @@ import plotly.graph_objects as go
7
  import matplotlib.pyplot as plt
8
  from PIL import Image
9
  from io import BytesIO
 
 
 
10
 
11
  df = pd.read_csv("herbologist_almanac_checklist_data.csv")
12
  columns_with_tasks = [
 
7
  import matplotlib.pyplot as plt
8
  from PIL import Image
9
  from io import BytesIO
10
+ import plotly.io as pio
11
+
12
+ pio.renderers.default = "browser"
13
 
14
  df = pd.read_csv("herbologist_almanac_checklist_data.csv")
15
  columns_with_tasks = [
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ fonts-noto-color-emoji