Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ from Levenshtein import distance as levenshtein_distance
|
|
7 |
import matplotlib.pyplot as plt
|
8 |
import seaborn as sns
|
9 |
|
10 |
-
|
11 |
ms = st.session_state
|
12 |
if "themes" not in ms:
|
13 |
ms.themes = {"current_theme": "light",
|
|
|
7 |
import matplotlib.pyplot as plt
|
8 |
import seaborn as sns
|
9 |
|
|
|
10 |
ms = st.session_state
|
11 |
if "themes" not in ms:
|
12 |
ms.themes = {"current_theme": "light",
|