SamiKoen commited on
Commit
090799f
·
verified ·
1 Parent(s): 0769d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -119,10 +119,10 @@ demo_css = """
119
  background-color: #0b93f6;
120
  border: none;
121
  color: white;
122
- font-size: 18px;
123
  border-radius: 10%;
124
- width: 55px !important;
125
- height: 55px !important;
126
  display: inline-flex;
127
  align-items: center;
128
  justify-content: center;
@@ -145,7 +145,7 @@ demo_css = """
145
  margin: 0px 0 0 2px; /* Sol boşluk kaldırıldı */
146
  }
147
  #custom_row {
148
- width: 500px !important; /* İstediğiniz yüksekliği girin */
149
  }
150
 
151
 
@@ -175,7 +175,7 @@ with gr.Blocks(css=demo_css, theme=theme) as demo:
175
  inputs = gr.Textbox(
176
  placeholder="Buraya yazın",
177
  show_label=False,
178
- container=True,
179
 
180
  )
181
  # Butonu, genişlemesini engelleyen sabit kapsayıcı içinde yerleştiriyoruz.
 
119
  background-color: #0b93f6;
120
  border: none;
121
  color: white;
122
+ font-size: 24px;
123
  border-radius: 10%;
124
+ width: 35px !important;
125
+ height: 35px !important;
126
  display: inline-flex;
127
  align-items: center;
128
  justify-content: center;
 
145
  margin: 0px 0 0 2px; /* Sol boşluk kaldırıldı */
146
  }
147
  #custom_row {
148
+ width: 750px !important; /* İstediğiniz yüksekliği girin */
149
  }
150
 
151
 
 
175
  inputs = gr.Textbox(
176
  placeholder="Buraya yazın",
177
  show_label=False,
178
+ container=False,
179
 
180
  )
181
  # Butonu, genişlemesini engelleyen sabit kapsayıcı içinde yerleştiriyoruz.