Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|