Spaces:
Sleeping
Sleeping
Update analyzing.py
Browse files- analyzing.py +2 -2
analyzing.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
-
import cudf.pandas
|
3 |
-
cudf.pandas.install()
|
4 |
import pandas as pd
|
5 |
import numpy as np
|
6 |
import matplotlib.pyplot as plt
|
|
|
1 |
import streamlit as st
|
2 |
+
#import cudf.pandas
|
3 |
+
#cudf.pandas.install()
|
4 |
import pandas as pd
|
5 |
import numpy as np
|
6 |
import matplotlib.pyplot as plt
|