gagan3012 commited on
Commit
b3dfd2a
·
verified ·
1 Parent(s): 24598be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,14 +135,14 @@ def auth():
135
  st.rerun()
136
 
137
  def main():
138
- st.set_page_config(page_title="Headache Diary App", 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("Yashogamya's Headache Diary App")
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