Spaces:
Sleeping
Sleeping
Reduced size of scrollable div
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ st.markdown(
|
|
| 24 |
"""
|
| 25 |
<style>
|
| 26 |
.scrollable-div {
|
| 27 |
-
height:
|
| 28 |
width: 100%;
|
| 29 |
overflow-y: auto;
|
| 30 |
padding: 10px;
|
|
|
|
| 24 |
"""
|
| 25 |
<style>
|
| 26 |
.scrollable-div {
|
| 27 |
+
height: 200px;
|
| 28 |
width: 100%;
|
| 29 |
overflow-y: auto;
|
| 30 |
padding: 10px;
|