JoanGiner commited on
Commit
43ca3c6
·
1 Parent(s): 7ccb6a3

updated gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. sdc_view.py +1 -3
.gitignore CHANGED
@@ -1,2 +1,2 @@
1
- .venv
2
  __pycache__
 
1
+ .senv
2
  __pycache__
sdc_view.py CHANGED
@@ -1,6 +1,4 @@
1
- import streamlit as st
2
- from dataModel import AST
3
- from eventHanlder import handle_value_change
4
  import json
5
  import datetime
6
  import urllib.parse
 
1
+ import streamlit as stgit
 
 
2
  import json
3
  import datetime
4
  import urllib.parse