Update app.py
Browse files
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 = "
|
| 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:
|