Wajahat698 commited on
Commit
aa69562
·
verified ·
1 Parent(s): df8a628

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -738,6 +738,10 @@ def side():
738
  justify-content: space-between;
739
  gap: 10px;
740
  }
 
 
 
 
741
  </style>
742
  """, unsafe_allow_html=True)
743
 
@@ -760,7 +764,7 @@ def side():
760
  ]
761
  ) if st.session_state["documents"] else "Save documents like your brand tonality, key phrases, or segments here and they will show here."
762
 
763
- st.sidebar.text_area(
764
  label="",
765
  value=saved_docs,
766
  height=150,
 
738
  justify-content: space-between;
739
  gap: 10px;
740
  }
741
+ .stTextArea [data-baseweb="textarea"] {
742
+ resize: none; /* Disable resizing */
743
+ overflow: hidden; /* Hide scrollbars */
744
+ }
745
  </style>
746
  """, unsafe_allow_html=True)
747
 
 
764
  ]
765
  ) if st.session_state["documents"] else "Save documents like your brand tonality, key phrases, or segments here and they will show here."
766
 
767
+ st.text_area(
768
  label="",
769
  value=saved_docs,
770
  height=150,