Spaces:
Runtime error
Runtime error
Mariusz Kossakowski
commited on
Commit
•
249c7b1
1
Parent(s):
e9b6b65
Remove redundant import
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ from datasets import load_dataset
|
|
5 |
import pandas as pd
|
6 |
import plotly.figure_factory as ff
|
7 |
import plotly.graph_objects as go
|
8 |
-
import pyperclip
|
9 |
import streamlit as st
|
10 |
from unidecode import unidecode
|
11 |
|
|
|
5 |
import pandas as pd
|
6 |
import plotly.figure_factory as ff
|
7 |
import plotly.graph_objects as go
|
|
|
8 |
import streamlit as st
|
9 |
from unidecode import unidecode
|
10 |
|