merve HF Staff commited on
Commit
4448d5a
·
verified ·
1 Parent(s): 2f1a55a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from dataset import fetch_sessions, list_sessions
15
  from extract import events_to_transcript, truncate_transcript
16
  from render import bulletin_html, empty_bulletin_html
17
 
18
- DEFAULT_REPO = "merve/ml-intern-sessions"
19
 
20
 
21
  def _owner_from(repo_id: str) -> str:
 
15
  from extract import events_to_transcript, truncate_transcript
16
  from render import bulletin_html, empty_bulletin_html
17
 
18
+ DEFAULT_REPO = "julien-c/pi-sessions"
19
 
20
 
21
  def _owner_from(repo_id: str) -> str: