Spaces:
Running
Running
noumanjavaid
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -26,9 +26,8 @@ icon_image = Image.open(BytesIO(response.content))
|
|
26 |
|
27 |
# Page configuration
|
28 |
st.set_page_config(
|
29 |
-
page_title="
|
30 |
-
page_icon=icon_image
|
31 |
-
layout="wide",
|
32 |
# initial_sidebar_state="expanded"
|
33 |
)
|
34 |
|
|
|
26 |
|
27 |
# Page configuration
|
28 |
st.set_page_config(
|
29 |
+
page_title="DeepFake Detection",
|
30 |
+
page_icon=icon_image
|
|
|
31 |
# initial_sidebar_state="expanded"
|
32 |
)
|
33 |
|