hassan526 commited on
Commit
e07353d
·
verified ·
1 Parent(s): 07d85a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ css = """
15
  }
16
  .example-image{
17
  display: flex; /* Use flexbox to align items */
 
18
  justify-content: center; /* Center the image horizontally */
19
  align-items: center; /* Center the image vertically */
20
  height: 350px; /* Set the height of the container */
 
15
  }
16
  .example-image{
17
  display: flex; /* Use flexbox to align items */
18
+ text-align: center;
19
  justify-content: center; /* Center the image horizontally */
20
  align-items: center; /* Center the image vertically */
21
  height: 350px; /* Set the height of the container */