Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
86 |
placeholder="Sohbet etmek için dokun...",
|
87 |
scale=4
|
88 |
)
|
89 |
-
submit = gr.Button("⬆️", scale=
|
90 |
|
91 |
with gr.Row():
|
92 |
file_upload = gr.File(label="Dosya Yükle", file_types=["image", "video", ".pdf", ".txt"], file_count="single")
|
|
|
86 |
placeholder="Sohbet etmek için dokun...",
|
87 |
scale=4
|
88 |
)
|
89 |
+
submit = gr.Button("⬆️", scale=1 width=1)
|
90 |
|
91 |
with gr.Row():
|
92 |
file_upload = gr.File(label="Dosya Yükle", file_types=["image", "video", ".pdf", ".txt"], file_count="single")
|