Akshayram1 commited on
Commit
0635601
1 Parent(s): 92d908c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -81,8 +81,6 @@ st.markdown("""
81
  padding: 10px;
82
  border: 1px solid #ccc;
83
  background-color: #f5f5f5;
84
- height: 400px; /* Set the height */
85
- width: 100%; /* Set the width */
86
  }
87
  .input-container {
88
  position: fixed;
@@ -93,8 +91,9 @@ st.markdown("""
93
  }
94
  .white-box {
95
  background-color: white;
96
- height: 400px; /* Set a fixed height */
97
- overflow-y: scroll; /* Allow scrolling */
 
98
  padding: 15px;
99
  border: 1px solid #ddd;
100
  }
 
81
  padding: 10px;
82
  border: 1px solid #ccc;
83
  background-color: #f5f5f5;
 
 
84
  }
85
  .input-container {
86
  position: fixed;
 
91
  }
92
  .white-box {
93
  background-color: white;
94
+ max-height: 400px;
95
+ width: 100%;
96
+ overflow-y: scroll;
97
  padding: 15px;
98
  border: 1px solid #ddd;
99
  }