Skip to content

Commit 3a4254a

Browse files
feat: add print feature, export, and date-range display
1 parent 9adb52f commit 3a4254a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Standalone FastAPI application for ChatGPT Viewer
3-
Run with: uvicorn ChatGPT_Viewer.main:app --reload
4-
Or from this directory: uvicorn main:app --reload
3+
Run with: uvicorn app.main:app --reload --port 8002
4+
Or from project root: uvicorn app.main:app --reload --port 8002
55
"""
66
import os
77
from fastapi import FastAPI, Request

0 commit comments

Comments
 (0)