noumanjavaid commited on
Commit
7cb2bf1
·
verified ·
1 Parent(s): 1bb8495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ import pytesseract # For OCR in watermark detection
21
 
22
  # Page configuration with custom theme
23
  st.set_page_config(
24
- page_title="Centurion Analysis Tool", # Title of the web app
25
  page_icon="https://raw.githubusercontent.com/noumanjavaid96/ai-as-an-api/refs/heads/master/image%20(39).png", # Icon displayed in the browser tab
26
  layout="wide", # Layout of the app# Initial state of the sidebar
27
  )
 
21
 
22
  # Page configuration with custom theme
23
  st.set_page_config(
24
+ page_title="Centurion", # Title of the web app
25
  page_icon="https://raw.githubusercontent.com/noumanjavaid96/ai-as-an-api/refs/heads/master/image%20(39).png", # Icon displayed in the browser tab
26
  layout="wide", # Layout of the app# Initial state of the sidebar
27
  )