Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
|
|
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
|