Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
)
|