AalapP commited on
Commit
b697bff
·
verified ·
1 Parent(s): 86a983e

Update app.py

Browse files

Add a guaranteed early render at top-level

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