Spaces:
Sleeping
Sleeping
Commit
·
96b8820
1
Parent(s):
ec8982e
Force redeploy - Update app.py with deployment timestamp
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from fastapi import FastAPI, HTTPException
|
3 |
from fastapi.middleware.cors import CORSMiddleware
|
|
|
1 |
+
# Health Assistant AI - Hugging Face Spaces Deployment
|
2 |
+
# Last updated: 2025-08-04 - Force redeploy
|
3 |
import gradio as gr
|
4 |
from fastapi import FastAPI, HTTPException
|
5 |
from fastapi.middleware.cors import CORSMiddleware
|