awacke1 commited on
Commit
08066b1
·
verified ·
1 Parent(s): 3a030e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
  import pandas as pd
7
  import uuid
8
  import math
9
- from streamlit_js_eval import streamlit_js_eval, DUMPS_FUNC # For JS communication and better serialization
10
  import time # For potential throttling if needed
11
 
12
  # --- Constants ---
 
6
  import pandas as pd
7
  import uuid
8
  import math
9
+ from streamlit_js_eval import streamlit_js_eval # For JS communication
10
  import time # For potential throttling if needed
11
 
12
  # --- Constants ---