Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ theme = gr.themes.Soft(
|
|
75 |
|
76 |
# Arayüz oluşturuluyor
|
77 |
with gr.Blocks(theme=theme) as demo:
|
78 |
-
gr.Markdown("## 🤖 AlpDroid\
|
79 |
|
80 |
chatbot = gr.Chatbot(label="AlpDroid")
|
81 |
state = gr.State([])
|
@@ -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")
|
|
|
75 |
|
76 |
# Arayüz oluşturuluyor
|
77 |
with gr.Blocks(theme=theme) as demo:
|
78 |
+
gr.Markdown("## 🤖 AlpDroid\nAlper A. tarafından yapıldı, yasadışı kullanımda sorumluluk kullanıcıya aittir.")
|
79 |
|
80 |
chatbot = gr.Chatbot(label="AlpDroid")
|
81 |
state = gr.State([])
|
|
|
86 |
placeholder="Sohbet etmek için dokun...",
|
87 |
scale=4
|
88 |
)
|
89 |
+
submit = gr.Button("⬆️", scale=0.5)
|
90 |
|
91 |
with gr.Row():
|
92 |
file_upload = gr.File(label="Dosya Yükle", file_types=["image", "video", ".pdf", ".txt"], file_count="single")
|