yuting111222 commited on
Commit
96b8820
·
1 Parent(s): ec8982e

Force redeploy - Update app.py with deployment timestamp

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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