SamiKoen commited on
Commit
fae5647
·
verified ·
1 Parent(s): 9f7a7b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
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.65rem !important;
473
  }
474
 
475
  /* Input alanı için de aynı boyut */
476
  .message-textbox textarea {
477
- font-size: 0.65rem !important;
478
  }
479
 
480
  /* Başlıklar için özel boyutlar */
481
  h1 {
482
  font-size: 1.4rem !important;
483
- font-weight: 600 !important;
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="glass",
 
 
 
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"],