ThapeloAndrewSindane commited on
Commit
28a5623
·
verified ·
1 Parent(s): 8024e36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ import pandas as pd
12
  import streamlit as st
13
  from huggingface_hub import hf_hub_download
14
  from GlotScript import get_script_predictor
15
- import matplotlib.pyplot as plt
 
16
  import fasttext
17
  import altair as alt
18
  from altair import X, Y, Scale
 
12
  import streamlit as st
13
  from huggingface_hub import hf_hub_download
14
  from GlotScript import get_script_predictor
15
+ import matplotlib
16
+ from matplotlib import pyplot as plt
17
  import fasttext
18
  import altair as alt
19
  from altair import X, Y, Scale