Skip to content

Commit 8dbad4e

Browse files
authored
Add files via upload
1 parent 9ce9c36 commit 8dbad4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

streamlit_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import streamlit as st
22
import pandas as pd
3+
import tempfile
4+
import os
35
from googleapiclient.discovery import build
46
from googleapiclient.http import MediaFileUpload
57
from google.oauth2.credentials import Credentials
68
from google.auth.transport.requests import Request
7-
import os
89

910
# --- 1. SETTINGS & AUTHENTICATION ---
1011

0 commit comments

Comments
 (0)