Redmind commited on
Commit
0c707ba
·
verified ·
1 Parent(s): 6544503

Update app.py

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