Update app.py
Browse files
app.py
CHANGED
|
@@ -135,14 +135,14 @@ def auth():
|
|
| 135 |
st.rerun()
|
| 136 |
|
| 137 |
def main():
|
| 138 |
-
st.set_page_config(page_title="
|
| 139 |
header = st.container()
|
| 140 |
|
| 141 |
# Use columns to place the title and image side by side
|
| 142 |
col1, col2 = header.columns([1, 1])
|
| 143 |
|
| 144 |
with col1:
|
| 145 |
-
st.title("
|
| 146 |
|
| 147 |
with col2:
|
| 148 |
st.image("yashogamya.png", width=200) # Adjust width as needed
|
|
|
|
| 135 |
st.rerun()
|
| 136 |
|
| 137 |
def main():
|
| 138 |
+
st.set_page_config(page_title="HeadPeace by Yashogamya", page_icon="🧠", layout="wide")
|
| 139 |
header = st.container()
|
| 140 |
|
| 141 |
# Use columns to place the title and image side by side
|
| 142 |
col1, col2 = header.columns([1, 1])
|
| 143 |
|
| 144 |
with col1:
|
| 145 |
+
st.title("HeadPeace by Yashogamya")
|
| 146 |
|
| 147 |
with col2:
|
| 148 |
st.image("yashogamya.png", width=200) # Adjust width as needed
|