Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,6 @@ import streamlit as st
|
|
6 |
import pandas as pd
|
7 |
import os
|
8 |
from google.oauth2.credentials import Credentials
|
9 |
-
from google.auth.transport.requests import Request
|
10 |
-
from google_auth_oauthlib.flow import InstalledAppFlow
|
11 |
from googleapiclient.discovery import build
|
12 |
from googleapiclient.http import MediaIoBaseDownload,MediaFileUpload
|
13 |
|
|
|
6 |
import pandas as pd
|
7 |
import os
|
8 |
from google.oauth2.credentials import Credentials
|
|
|
|
|
9 |
from googleapiclient.discovery import build
|
10 |
from googleapiclient.http import MediaIoBaseDownload,MediaFileUpload
|
11 |
|