SamiKoen commited on
Commit
76e4d8d
·
verified ·
1 Parent(s): e558fcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ demo_css = """
150
  }
151
  }
152
  #chatbot {
153
- height: 90% !important; /* Bu, chatbotun yüksekliğini sayfanın tamamına yayacaktır */
154
  overflow-y: auto; /* Bu, dikey kaydırma çubuğunu etkinleştirir */
155
  }
156
  """
 
150
  }
151
  }
152
  #chatbot {
153
+ height: 60vh !important; /* Bu, chatbotun yüksekliğini sayfanın tamamına yayacaktır */
154
  overflow-y: auto; /* Bu, dikey kaydırma çubuğunu etkinleştirir */
155
  }
156
  """