dsmueller commited on
Commit
ba0bb8e
1 Parent(s): 3135b50

Removing file browsing.

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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=True)
 
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)