Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,8 @@ demo_css = """
|
|
121 |
color: white;
|
122 |
font-size: 18px;
|
123 |
border-radius: 10%;
|
124 |
-
width:
|
125 |
-
height:
|
126 |
display: inline-flex;
|
127 |
align-items: center;
|
128 |
justify-content: center;
|
@@ -145,10 +145,7 @@ demo_css = """
|
|
145 |
margin: 0px 0 0 2px; /* Sol boşluk kaldırıldı */
|
146 |
}
|
147 |
|
148 |
-
|
149 |
-
#input_text textarea {
|
150 |
-
width: 50% !important; /* İstediğiniz genişliği buraya girin */
|
151 |
-
}
|
152 |
|
153 |
"""
|
154 |
|
@@ -176,7 +173,7 @@ with gr.Blocks(css=demo_css, theme=theme) as demo:
|
|
176 |
placeholder="Buraya yazın",
|
177 |
show_label=False,
|
178 |
container=True,
|
179 |
-
|
180 |
)
|
181 |
# Butonu, genişlemesini engelleyen sabit kapsayıcı içinde yerleştiriyoruz.
|
182 |
with gr.Column(elem_classes="fixed_button_container"):
|
|
|
121 |
color: white;
|
122 |
font-size: 18px;
|
123 |
border-radius: 10%;
|
124 |
+
width: 55px !important;
|
125 |
+
height: 55px !important;
|
126 |
display: inline-flex;
|
127 |
align-items: center;
|
128 |
justify-content: center;
|
|
|
145 |
margin: 0px 0 0 2px; /* Sol boşluk kaldırıldı */
|
146 |
}
|
147 |
|
148 |
+
|
|
|
|
|
|
|
149 |
|
150 |
"""
|
151 |
|
|
|
173 |
placeholder="Buraya yazın",
|
174 |
show_label=False,
|
175 |
container=True,
|
176 |
+
|
177 |
)
|
178 |
# Butonu, genişlemesini engelleyen sabit kapsayıcı içinde yerleştiriyoruz.
|
179 |
with gr.Column(elem_classes="fixed_button_container"):
|