Spaces:
Sleeping
Sleeping
update input
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
from azure.storage.blob import BlobServiceClient
|
3 |
import json
|
4 |
import os
|
|
|
1 |
import streamlit as st
|
2 |
+
from streamlit_js_eval import streamlit_js_eval
|
3 |
from azure.storage.blob import BlobServiceClient
|
4 |
import json
|
5 |
import os
|