Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -3
src/streamlit_app.py
CHANGED
|
@@ -3,10 +3,8 @@ import pandas as pd
|
|
| 3 |
import os
|
| 4 |
import datetime
|
| 5 |
import json
|
| 6 |
-
import gspread
|
| 7 |
-
from oauth2client.service_account import ServiceAccountCredentials
|
| 8 |
|
| 9 |
-
from
|
| 10 |
|
| 11 |
st.title("🏆 Hackathon Leaderboard")
|
| 12 |
|
|
|
|
| 3 |
import os
|
| 4 |
import datetime
|
| 5 |
import json
|
|
|
|
|
|
|
| 6 |
|
| 7 |
+
from google_sheet import *
|
| 8 |
|
| 9 |
st.title("🏆 Hackathon Leaderboard")
|
| 10 |
|