prithivMLmods commited on
Commit
b6a5f8d
·
verified ·
1 Parent(s): 95d51a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ div.no-padding { padding: 0 !important; }
146
  .responsive-row { flex-direction: column; }
147
  .model-message { text-align: start; font-size: 10px !important; }
148
  .model-dropdown-container { flex-direction: column; align-items: flex-start; }
149
- div.block.chatbot { max-height: 560px !important; }
150
  }
151
  @media (max-height: 932px) { .chatbot { max-height: 500px !important; } }
152
  @media (max-height: 1280px) { div.block.chatbot { max-height: 800px !important; } }
 
146
  .responsive-row { flex-direction: column; }
147
  .model-message { text-align: start; font-size: 10px !important; }
148
  .model-dropdown-container { flex-direction: column; align-items: flex-start; }
149
+ div.block.chatbot { max-height: 360px !important; }
150
  }
151
  @media (max-height: 932px) { .chatbot { max-height: 500px !important; } }
152
  @media (max-height: 1280px) { div.block.chatbot { max-height: 800px !important; } }