Spaces:
Runtime error
Runtime error
Update app.py
Browse filesAdd a guaranteed early render at top-level
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import os
|
|
| 5 |
# 0. GLOBAL CONFIG (Super Lightweight)
|
| 6 |
# ==========================================
|
| 7 |
st.set_page_config(page_title="AI Pneumonia Assistant", page_icon="🫁", layout="wide")
|
|
|
|
| 8 |
|
| 9 |
# define paths only (no file checks yet)
|
| 10 |
BASE_DIR = "kaggle_checkpoints"
|
|
|
|
| 5 |
# 0. GLOBAL CONFIG (Super Lightweight)
|
| 6 |
# ==========================================
|
| 7 |
st.set_page_config(page_title="AI Pneumonia Assistant", page_icon="🫁", layout="wide")
|
| 8 |
+
st.write("✅ App booted successfully.")
|
| 9 |
|
| 10 |
# define paths only (no file checks yet)
|
| 11 |
BASE_DIR = "kaggle_checkpoints"
|