andreska commited on
Commit
1e0de9b
·
verified ·
1 Parent(s): 84e19e3

Change width and height of output div

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