CultriX commited on
Commit
b049de2
·
verified ·
1 Parent(s): 8560ee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import re
7
  from functools import cache
8
  from io import StringIO
9
  from yall import create_yall
 
10
 
11
  # Function to get model info from Hugging Face API using caching
12
  @cache
 
7
  from functools import cache
8
  from io import StringIO
9
  from yall import create_yall
10
+ import plotly.graph_objs as go
11
 
12
  # Function to get model info from Hugging Face API using caching
13
  @cache