Update app.py
Browse files
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,
|