Spaces:
Sleeping
Sleeping
glitz-dev commited on
Commit ·
cf1842c
1
Parent(s): 3a35ff6
static folder changed to test
Browse files- hipaathesis.py +1 -1
hipaathesis.py
CHANGED
|
@@ -42,7 +42,7 @@ except ImportError:
|
|
| 42 |
warnings.filterwarnings('ignore')
|
| 43 |
|
| 44 |
app = FastAPI(title='AI (PDF→Summary+QnA+Scores)', version='0.2.1')
|
| 45 |
-
app.mount("/
|
| 46 |
|
| 47 |
class HIPAALogger:
|
| 48 |
"""HIPAA-compliant audit logging system"""
|
|
|
|
| 42 |
warnings.filterwarnings('ignore')
|
| 43 |
|
| 44 |
app = FastAPI(title='AI (PDF→Summary+QnA+Scores)', version='0.2.1')
|
| 45 |
+
app.mount("/test", StaticFiles(directory="test"), name="test")
|
| 46 |
|
| 47 |
class HIPAALogger:
|
| 48 |
"""HIPAA-compliant audit logging system"""
|