Spaces:
Sleeping
Sleeping
import added
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
|
|
2 |
from azure.storage.blob import BlobServiceClient
|
3 |
import json
|
4 |
import os
|
|
|
5 |
|
6 |
connection_string = os.getenv("CONNECTION")
|
7 |
blob_service_client = BlobServiceClient.from_connection_string(connection_string)
|
|
|
2 |
from azure.storage.blob import BlobServiceClient
|
3 |
import json
|
4 |
import os
|
5 |
+
import uuid
|
6 |
|
7 |
connection_string = os.getenv("CONNECTION")
|
8 |
blob_service_client = BlobServiceClient.from_connection_string(connection_string)
|