Update app.py
Browse files
app.py
CHANGED
|
@@ -469,18 +469,18 @@ custom_css = """
|
|
| 469 |
button, input, select, textarea {
|
| 470 |
font-family: 'Segoe UI', 'SF Pro Text', 'Roboto', -apple-system, BlinkMacSystemFont,
|
| 471 |
'Helvetica Neue', Arial, sans-serif !important;
|
| 472 |
-
font-size: 0.
|
| 473 |
}
|
| 474 |
|
| 475 |
/* Input alanı için de aynı boyut */
|
| 476 |
.message-textbox textarea {
|
| 477 |
-
font-size: 0.
|
| 478 |
}
|
| 479 |
|
| 480 |
/* Başlıklar için özel boyutlar */
|
| 481 |
h1 {
|
| 482 |
font-size: 1.4rem !important;
|
| 483 |
-
font-weight:
|
| 484 |
}
|
| 485 |
|
| 486 |
h2 {
|
|
@@ -553,7 +553,10 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
| 553 |
demo = gr.ChatInterface(
|
| 554 |
fn=chat_fn,
|
| 555 |
title="Trek Asistanı",
|
| 556 |
-
theme="
|
|
|
|
|
|
|
|
|
|
| 557 |
type="messages",
|
| 558 |
flagging_mode="manual",
|
| 559 |
flagging_options=["Doğru", "Yanlış", "Emin değilim", "Diğer"],
|
|
|
|
| 469 |
button, input, select, textarea {
|
| 470 |
font-family: 'Segoe UI', 'SF Pro Text', 'Roboto', -apple-system, BlinkMacSystemFont,
|
| 471 |
'Helvetica Neue', Arial, sans-serif !important;
|
| 472 |
+
font-size: 0.6rem !important;
|
| 473 |
}
|
| 474 |
|
| 475 |
/* Input alanı için de aynı boyut */
|
| 476 |
.message-textbox textarea {
|
| 477 |
+
font-size: 0.6rem !important;
|
| 478 |
}
|
| 479 |
|
| 480 |
/* Başlıklar için özel boyutlar */
|
| 481 |
h1 {
|
| 482 |
font-size: 1.4rem !important;
|
| 483 |
+
font-weight: 800 !important;
|
| 484 |
}
|
| 485 |
|
| 486 |
h2 {
|
|
|
|
| 553 |
demo = gr.ChatInterface(
|
| 554 |
fn=chat_fn,
|
| 555 |
title="Trek Asistanı",
|
| 556 |
+
theme="soft",
|
| 557 |
+
text_size="sm",
|
| 558 |
+
spacing_size="sm",
|
| 559 |
+
radius_size="sm",
|
| 560 |
type="messages",
|
| 561 |
flagging_mode="manual",
|
| 562 |
flagging_options=["Doğru", "Yanlış", "Emin değilim", "Diğer"],
|