Redmind commited on
Commit
0018717
·
verified ·
1 Parent(s): 35c9cbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -610,7 +610,7 @@ css = """
610
  border-radius: 10px;
611
  padding: 10px;
612
  background-color: #f9f9f9;
613
- height: 350px; /* Adjust the height as needed */
614
  /* Adjust the width as needed */
615
  overflow-y: auto; /* Add scroll if the content exceeds the height */
616
  }
 
610
  border-radius: 10px;
611
  padding: 10px;
612
  background-color: #f9f9f9;
613
+ height: 500px; /* Adjust the height as needed */
614
  /* Adjust the width as needed */
615
  overflow-y: auto; /* Add scroll if the content exceeds the height */
616
  }