LordFarquaad42 commited on
Commit
4ba234d
1 Parent(s): 5d3d094

adding hot reload

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -1
.streamlit/config.toml CHANGED
@@ -1,2 +1,7 @@
1
  [client]
2
- showSidebarNavigation = false
 
 
 
 
 
 
1
  [client]
2
+ showSidebarNavigation = false
3
+ showErrorDetails = false
4
+
5
+ [server]
6
+ fileWatcherType = "auto"
7
+ runOnSave = true