Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
@@ -9,5 +9,5 @@ if __name__ == "__main__":
|
|
9 |
df = ds.to_pandas()
|
10 |
|
11 |
while True:
|
12 |
-
view = spotlight.show(df, port=7860, host="0.0.0.0", allow_filebrowsing=False)
|
13 |
view.close()
|
|
|
9 |
df = ds.to_pandas()
|
10 |
|
11 |
while True:
|
12 |
+
view = spotlight.show(df.drop_duplicates(), port=7860, host="0.0.0.0", allow_filebrowsing=False)
|
13 |
view.close()
|