andreska commited on
Commit
4f6500e
·
verified ·
1 Parent(s): 68bd3e2

Reduced size of scrollable div

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ st.markdown(
24
  """
25
  <style>
26
  .scrollable-div {
27
- height: 400px;
28
  width: 100%;
29
  overflow-y: auto;
30
  padding: 10px;
 
24
  """
25
  <style>
26
  .scrollable-div {
27
+ height: 200px;
28
  width: 100%;
29
  overflow-y: auto;
30
  padding: 10px;