ai-lover commited on
Commit
455dcec
·
verified ·
1 Parent(s): bdf2d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -42,6 +42,10 @@ st.markdown(
42
  unsafe_allow_html=True,
43
  )
44
 
 
 
 
 
45
  # Display welcome image
46
  welcome_image_path = "bismillah.png" # Ensure this image exists in the script's directory
47
  if os.path.exists(welcome_image_path):
 
42
  unsafe_allow_html=True,
43
  )
44
 
45
+
46
+ # Create a container for the buttons
47
+ st.markdown('<div class="button-container">', unsafe_allow_html=True)
48
+
49
  # Display welcome image
50
  welcome_image_path = "bismillah.png" # Ensure this image exists in the script's directory
51
  if os.path.exists(welcome_image_path):