Spaces:
Runtime error
Runtime error
Removing file browsing.
Browse files
run.py
CHANGED
@@ -15,4 +15,4 @@ if __name__ == "__main__":
|
|
15 |
|
16 |
view = spotlight.show(df, port=7860, host="0.0.0.0",
|
17 |
dtype={"used_by_questions": spotlight_dtypes.SequenceDType(spotlight_dtypes.str_dtype)},
|
18 |
-
allow_filebrowsing=
|
|
|
15 |
|
16 |
view = spotlight.show(df, port=7860, host="0.0.0.0",
|
17 |
dtype={"used_by_questions": spotlight_dtypes.SequenceDType(spotlight_dtypes.str_dtype)},
|
18 |
+
allow_filebrowsing=False)
|