Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ def auth():
|
|
| 142 |
st.rerun()
|
| 143 |
|
| 144 |
def main():
|
| 145 |
-
st.set_page_config(page_title="HeadPeace by Yashogamya", page_icon="
|
| 146 |
header = st.container()
|
| 147 |
|
| 148 |
# Use columns to place the title and image side by side
|
|
|
|
| 142 |
st.rerun()
|
| 143 |
|
| 144 |
def main():
|
| 145 |
+
st.set_page_config(page_title="HeadPeace by Yashogamya", page_icon="yashogamya.png", layout="wide")
|
| 146 |
header = st.container()
|
| 147 |
|
| 148 |
# Use columns to place the title and image side by side
|