SamiKoen commited on
Commit
44af55e
·
verified ·
1 Parent(s): bc57bb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,8 +124,8 @@ demo_css = """
124
  width: 20px;
125
  height: 20px;
126
  display: flex;
127
- align-items: left;
128
- justify-content: center;
129
  cursor: pointer;
130
  transition: background-color 0.3s;
131
  flex: 0 0 auto; /* Butonun sabit genişlikte kalmasını sağlar */
 
124
  width: 20px;
125
  height: 20px;
126
  display: flex;
127
+ align-items: center;
128
+ justify-content: left;
129
  cursor: pointer;
130
  transition: background-color 0.3s;
131
  flex: 0 0 auto; /* Butonun sabit genişlikte kalmasını sağlar */