yixuantt commited on
Commit
32d995f
·
1 Parent(s): 1372f55
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import pandas as pd
3
-
4
 
5
  def load_data():
6
  GSheetsConnection = "https://docs.google.com/spreadsheets/d/1Ui9gZoSKxSIW0B7fG8ryuN0nhkVhAckFxl2hWf6CaJQ/edit?usp=sharing"
 
1
  import streamlit as st
2
  import pandas as pd
3
+ from streamlit_gsheets import GSheetsConnection
4
 
5
  def load_data():
6
  GSheetsConnection = "https://docs.google.com/spreadsheets/d/1Ui9gZoSKxSIW0B7fG8ryuN0nhkVhAckFxl2hWf6CaJQ/edit?usp=sharing"