Spaces:
Sleeping
Sleeping
akhilhsingh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import streamlit as st
|
2 |
import boto3
|
3 |
from botocore.exceptions import NoCredentialsError, ClientError, EndpointConnectionError
|
|
|
1 |
+
import os
|
2 |
import streamlit as st
|
3 |
import boto3
|
4 |
from botocore.exceptions import NoCredentialsError, ClientError, EndpointConnectionError
|