SamiKoen commited on
Commit
0756309
·
verified ·
1 Parent(s): e986ed0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks(css=demo_css, theme=theme) as demo:
150
  chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot")
151
 
152
  # Giriş kutusu ve gönder butonunu aynı satıra alıyoruz.
153
- with gr.Row():
154
  inputs = gr.Textbox(
155
  placeholder="Buraya yazın, yanıtlayalım.",
156
  show_label=False,
 
150
  chatbot = gr.Chatbot(label='Trek Asistanı', elem_id="chatbot")
151
 
152
  # Giriş kutusu ve gönder butonunu aynı satıra alıyoruz.
153
+ with gr.Row(variant="compact"):
154
  inputs = gr.Textbox(
155
  placeholder="Buraya yazın, yanıtlayalım.",
156
  show_label=False,