GOKULSINGHSHAH123 commited on
Commit
902691e
·
verified ·
1 Parent(s): 791aa4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -61,8 +61,7 @@ if st.button("Load Sheet"):
61
  # Fetch data from the worksheet and display it
62
  data = sheet.get_all_records()
63
  df = pd.DataFrame(data)
64
- st.write(f"Displaying data for: {sheet_name}")
65
- st.dataframe(df)
66
 
67
 
68
 
 
61
  # Fetch data from the worksheet and display it
62
  data = sheet.get_all_records()
63
  df = pd.DataFrame(data)
64
+
 
65
 
66
 
67