SamiKoen commited on
Commit
c7b881e
·
verified ·
1 Parent(s): 69cc52b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -141,7 +141,7 @@ demo_css = """
141
  /* Buton kapsayıcısındaki sol margin değerini kaldırıyoruz */
142
  .fixed_button_container {
143
 
144
- padding: 100px;
145
  margin: 0px 0 0 2px; /* Sol boşluk kaldırıldı */
146
  }
147
 
@@ -168,11 +168,11 @@ with gr.Blocks(css=demo_css, theme=theme) as demo:
168
  chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot")
169
 
170
  # Row içinde, metin kutusu ve buton arasındaki boşluğu sıfırlıyoruz.
171
- with gr.Row(elem_classes="compact_row"):
172
  inputs = gr.Textbox(
173
  placeholder="Buraya yazın",
174
  show_label=False,
175
- container=True,
176
 
177
  )
178
  # Butonu, genişlemesini engelleyen sabit kapsayıcı içinde yerleştiriyoruz.
 
141
  /* Buton kapsayıcısındaki sol margin değerini kaldırıyoruz */
142
  .fixed_button_container {
143
 
144
+ padding: 0px;
145
  margin: 0px 0 0 2px; /* Sol boşluk kaldırıldı */
146
  }
147
 
 
168
  chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot")
169
 
170
  # Row içinde, metin kutusu ve buton arasındaki boşluğu sıfırlıyoruz.
171
+ with gr.Row():
172
  inputs = gr.Textbox(
173
  placeholder="Buraya yazın",
174
  show_label=False,
175
+ container=False,
176
 
177
  )
178
  # Butonu, genişlemesini engelleyen sabit kapsayıcı içinde yerleştiriyoruz.