Spaces:
Sleeping
Sleeping
Akshayram1
commited on
Commit
•
0635601
1
Parent(s):
92d908c
Update app.py
Browse files
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;
|
97 |
-
|
|
|
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 |
}
|