Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import pandas as pd
|
| 2 |
from matplotlib import pyplot as plt
|
| 3 |
import streamlit as st
|
| 4 |
-
sheet_id = "
|
| 5 |
sheet_name = "Sheet1"
|
| 6 |
url = f"https://docs.google.com/spreadsheets/d/{sheet_id}/gviz/tq?tqx=out:csv&sheet={sheet_name}"
|
| 7 |
df = pd.read_csv(url)
|
|
|
|
| 1 |
import pandas as pd
|
| 2 |
from matplotlib import pyplot as plt
|
| 3 |
import streamlit as st
|
| 4 |
+
sheet_id = "1WQ7HlCFNXfQaiITS2102-bX_2P-Z7BunXVBY8zMLa_g"
|
| 5 |
sheet_name = "Sheet1"
|
| 6 |
url = f"https://docs.google.com/spreadsheets/d/{sheet_id}/gviz/tq?tqx=out:csv&sheet={sheet_name}"
|
| 7 |
df = pd.read_csv(url)
|