alperall commited on
Commit
80dcc46
·
verified ·
1 Parent(s): 904718d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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\n, Alper 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,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=1)
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")