Elfsong commited on
Commit
a3040a9
·
1 Parent(s): 35b35ab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ else:
21
  df = pd.DataFrame(
22
  {
23
  "name": ["Problem 1", "Problem 2", "Problem 3"],
24
- "url": ["https://roadmap.streamlit.app", "https://extras.streamlit.app", "https://issues.streamlit.app"],
25
  "stars": [random.randint(0, 1000) for _ in range(3)],
26
  "views_history": [[random.randint(0, 5000) for _ in range(30)] for _ in range(3)],
27
  }
 
21
  df = pd.DataFrame(
22
  {
23
  "name": ["Problem 1", "Problem 2", "Problem 3"],
24
+ "url": ["/?first_key=1", "https://extras.streamlit.app", "https://issues.streamlit.app"],
25
  "stars": [random.randint(0, 1000) for _ in range(3)],
26
  "views_history": [[random.randint(0, 5000) for _ in range(30)] for _ in range(3)],
27
  }